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

Unified Diff: services/ui/ws/display_manager.h

Issue 2461513002: Primary display change notifications. (Closed)
Patch Set: More fixes. Created 4 years, 2 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 | « services/ui/ws/display.cc ('k') | services/ui/ws/display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display_manager.h
diff --git a/services/ui/ws/display_manager.h b/services/ui/ws/display_manager.h
index 23120b72a04493773eb66a083a1e904f18636fe7..54dbb56a6d76d519c452a3e5c68e9ad559ef5cb3 100644
--- a/services/ui/ws/display_manager.h
+++ b/services/ui/ws/display_manager.h
@@ -87,6 +87,7 @@ class DisplayManager : public UserIdTrackerObserver,
void OnDisplayRemoved(int64_t id) override;
void OnDisplayModified(int64_t id,
const display::ViewportMetrics& metrics) override;
+ void OnPrimaryDisplayChanged(int64_t primary_display_id) override;
WindowServer* window_server_;
UserIdTracker* user_id_tracker_;
« no previous file with comments | « services/ui/ws/display.cc ('k') | services/ui/ws/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698