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

Unified Diff: ui/display/display_observer.h

Issue 2963223002: propagate display color space changes (Closed)
Patch Set: Created 3 years, 6 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/display/display_change_notifier.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display_observer.h
diff --git a/ui/display/display_observer.h b/ui/display/display_observer.h
index df866542fa7d7b780703526f65f68791ad59d176..3398b5081a12826d58d66a3b1aaea98b76cf4124 100644
--- a/ui/display/display_observer.h
+++ b/ui/display/display_observer.h
@@ -25,6 +25,7 @@ class DISPLAY_EXPORT DisplayObserver {
DISPLAY_METRIC_ROTATION = 1 << 3,
DISPLAY_METRIC_PRIMARY = 1 << 4,
DISPLAY_METRIC_MIRROR_STATE = 1 << 5,
+ DISPLAY_METRIC_COLOR_SPACE = 1 << 6,
};
// Called when |new_display| has been added.
« no previous file with comments | « ui/display/display_change_notifier.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698