Chromium Code Reviews| 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: |