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

Unified Diff: ui/display/display_observer.h

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 | « ash/mus/bridge/wm_root_window_controller_mus.cc ('k') | ui/display/display_observer.cc » ('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 a41e7068102b12b5a8a1413d171ffadeca7dfbfe..92afb1a40699d4d7745dce8d693e411d9b827810 100644
--- a/ui/display/display_observer.h
+++ b/ui/display/display_observer.h
@@ -27,15 +27,15 @@ class DISPLAY_EXPORT DisplayObserver {
};
// Called when |new_display| has been added.
- virtual void OnDisplayAdded(const Display& new_display) = 0;
+ virtual void OnDisplayAdded(const Display& new_display);
// Called when |old_display| has been removed.
- virtual void OnDisplayRemoved(const Display& old_display) = 0;
+ virtual void OnDisplayRemoved(const Display& old_display);
// Called when a |display| has one or more metrics changed. |changed_metrics|
// will contain the information about the change, see |DisplayMetric|.
virtual void OnDisplayMetricsChanged(const Display& display,
- uint32_t changed_metrics) = 0;
+ uint32_t changed_metrics);
protected:
virtual ~DisplayObserver();
« no previous file with comments | « ash/mus/bridge/wm_root_window_controller_mus.cc ('k') | ui/display/display_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698