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

Unified Diff: ui/display/manager/display_manager.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 | « ui/display/display_observer.h ('k') | ui/display/manager/display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/manager/display_manager.h
diff --git a/ui/display/manager/display_manager.h b/ui/display/manager/display_manager.h
index e69453ac93d0a59e6a682220969fe29e1a3728c2..5524f3183fd9118373edb52df80a9f6105cf381d 100644
--- a/ui/display/manager/display_manager.h
+++ b/ui/display/manager/display_manager.h
@@ -471,6 +471,9 @@ class DISPLAY_MANAGER_EXPORT DisplayManager
int64_t mirroring_display_id_ = kInvalidDisplayId;
Displays software_mirroring_display_list_;
+ // Cached mirror mode for metrics changed notification.
+ bool mirror_mode_for_metrics_ = false;
+
// User preference for rotation lock of the internal display.
bool registered_internal_display_rotation_lock_ = false;
« no previous file with comments | « ui/display/display_observer.h ('k') | ui/display/manager/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698