| Index: ui/display/mojo/display.mojom
|
| diff --git a/ui/display/mojo/display.mojom b/ui/display/mojo/display.mojom
|
| index 70111918ad8034a5c09e1e6d95396a2b39c046f4..6b2cce0827aad084724147a78cbdfc02b4c22c0d 100644
|
| --- a/ui/display/mojo/display.mojom
|
| +++ b/ui/display/mojo/display.mojom
|
| @@ -25,9 +25,13 @@ enum TouchSupport {
|
| struct Display {
|
| int64 id;
|
| gfx.mojom.Rect bounds;
|
| + gfx.mojom.Size size_in_pixels;
|
| gfx.mojom.Rect work_area;
|
| float device_scale_factor;
|
| Rotation rotation;
|
| TouchSupport touch_support;
|
| gfx.mojom.Size maximum_cursor_size;
|
| + int32 color_depth;
|
| + int32 depth_per_component;
|
| + bool is_monochrome;
|
| };
|
|
|