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

Unified Diff: ui/display/display.h

Issue 2904993003: chromeos: changes how DisplayManagerObservers are notified (Closed)
Patch Set: cleanup 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 | « ui/aura/test/mus/test_window_manager_client.cc ('k') | ui/display/display_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display.h
diff --git a/ui/display/display.h b/ui/display/display.h
index 03c9ddd9b8a833f2ef51b3f2752450b77b53e8bb..acb45354dc7c8eefc47485142a7c3616c3ada96a 100644
--- a/ui/display/display.h
+++ b/ui/display/display.h
@@ -209,6 +209,8 @@ class DISPLAY_EXPORT Display final {
Rotation rotation_ = ROTATE_0;
TouchSupport touch_support_ = TOUCH_SUPPORT_UNKNOWN;
gfx::Size maximum_cursor_size_;
+ // NOTE: this is not currently written to the mojom as it is not used in
+ // aura.
gfx::ICCProfile icc_profile_;
int color_depth_;
int depth_per_component_;
« no previous file with comments | « ui/aura/test/mus/test_window_manager_client.cc ('k') | ui/display/display_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698