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

Unified Diff: ui/display/display_observer.cc

Issue 2295003002: mash: Remove WmRootWindowControllerObserver. (Closed)
Patch Set: Address comments. Created 4 years, 4 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display_observer.cc
diff --git a/ui/display/display_observer.cc b/ui/display/display_observer.cc
index fb3fd8c727e3b0e6e424db792c01bc2e643b9a2a..b25f1fa81d5066bcf9605b8a0a140888c3a2e498 100644
--- a/ui/display/display_observer.cc
+++ b/ui/display/display_observer.cc
@@ -8,4 +8,11 @@ namespace display {
DisplayObserver::~DisplayObserver() {}
+void DisplayObserver::OnDisplayAdded(const Display& new_display) {}
+
+void DisplayObserver::OnDisplayRemoved(const Display& old_display) {}
+
+void DisplayObserver::OnDisplayMetricsChanged(const Display& display,
+ uint32_t changed_metrics) {}
+
} // namespace display
« no previous file with comments | « ui/display/display_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698