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

Unified Diff: ash/wm/common/wm_display_observer.h

Issue 2001623003: Splits ToplevelWindowEventHandler into two (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 7 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
Index: ash/wm/common/wm_display_observer.h
diff --git a/ash/wm/common/wm_display_observer.h b/ash/wm/common/wm_display_observer.h
index aaf9f0c601756e9c095cee6d4f91593487f9aed1..e5e6c0a6a586d2613575fbaa8b2339820ede6bf6 100644
--- a/ash/wm/common/wm_display_observer.h
+++ b/ash/wm/common/wm_display_observer.h
@@ -15,6 +15,7 @@ class WmWindow;
// Used to track changes in display configuration.
class ASH_WM_COMMON_EXPORT WmDisplayObserver {
public:
+ virtual void OnDisplayConfigurationChanging() {}
James Cook 2016/05/21 18:28:21 It's pedantic, but I would comment above this one
sky 2016/05/23 15:48:52 Done.
virtual void OnDisplayConfigurationChanged() {}
protected:

Powered by Google App Engine
This is Rietveld 408576698