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

Unified Diff: ui/display/display_observer.h

Issue 2792733002: Display: dectect changes to mirror mode and send a notification. (Closed)
Patch Set: Fix test Created 3 years, 8 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/manager/display_manager.h » ('j') | 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 92afb1a40699d4d7745dce8d693e411d9b827810..df866542fa7d7b780703526f65f68791ad59d176 100644
--- a/ui/display/display_observer.h
+++ b/ui/display/display_observer.h
@@ -24,6 +24,7 @@ class DISPLAY_EXPORT DisplayObserver {
DISPLAY_METRIC_DEVICE_SCALE_FACTOR = 1 << 2,
DISPLAY_METRIC_ROTATION = 1 << 3,
DISPLAY_METRIC_PRIMARY = 1 << 4,
+ DISPLAY_METRIC_MIRROR_STATE = 1 << 5,
};
// Called when |new_display| has been added.
« no previous file with comments | « no previous file | ui/display/manager/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698