Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: ui/display/mojo/display.mojom

Issue 2894763003: Updates display.mojom to include more of Display (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/display/mojo/display_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « no previous file | ui/display/mojo/display_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698