crosvm/gpu_display/src
Zach Reizner 506105dc0d use SharedMemory::{named, anon} to replace ::new
The new constructors are shorter and omit the bare `None` in the `anon`
call sites which gave no clues to the reader what the effect of that
`None` was. This should improve readability.

TEST=./build_test
BUG=None

Change-Id: I2e34e7df9a4ccc5da50edf4e963a6a42e3d84b22
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1797188
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Zach Reizner <zachr@chromium.org>
Tested-by: Zach Reizner <zachr@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
2019-09-11 09:34:12 +00:00
..
generated gpu_display: add X11 backend 2019-07-25 22:15:48 +00:00
display_wl.c gpu_display: fix dangling NULL pointer in dwl_context_setup 2019-06-24 23:59:06 +00:00
dwl.rs
gpu_display_wl.rs use SharedMemory::{named, anon} to replace ::new 2019-09-11 09:34:12 +00:00
gpu_display_x.rs gpu_display: fix clippy warnings 2019-08-20 21:21:26 +00:00
lib.rs gpu_display: add X11 backend 2019-07-25 22:15:48 +00:00