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

Unified Diff: ui/gfx/display_observer.h

Issue 738243002: Notify primary display reassignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: ui/gfx/display_observer.h
diff --git a/ui/gfx/display_observer.h b/ui/gfx/display_observer.h
index 0730f26620640e05d9e3e457e6d905862e7a3d47..05c41d01f131bdb6c18bfce65219243eaf62d62e 100644
--- a/ui/gfx/display_observer.h
+++ b/ui/gfx/display_observer.h
@@ -23,6 +23,7 @@ class GFX_EXPORT DisplayObserver {
DISPLAY_METRIC_WORK_AREA = 1 << 1,
DISPLAY_METRIC_DEVICE_SCALE_FACTOR = 1 << 2,
DISPLAY_METRIC_ROTATION = 1 << 3,
+ DISPLAY_METRIC_PRIMARY = 1 << 4,
};
// Called when |new_display| has been added.
« ash/display/display_manager_unittest.cc ('K') | « ash/display/display_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698