| Index: components/exo/wm_helper_ash.h
|
| diff --git a/components/exo/wm_helper_ash.h b/components/exo/wm_helper_ash.h
|
| index b41e750bb0cc11870a3b65d09ec7d556ce116435..8b07843d8016ab19ae1fe9f289fec5c35d450ed5 100644
|
| --- a/components/exo/wm_helper_ash.h
|
| +++ b/components/exo/wm_helper_ash.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "ash/common/shell_observer.h"
|
| #include "ash/common/system/accessibility_observer.h"
|
| +#include "ash/display/window_tree_host_manager.h"
|
| #include "base/macros.h"
|
| #include "components/exo/wm_helper.h"
|
| #include "ui/aura/client/cursor_client_observer.h"
|
| @@ -23,6 +24,7 @@ class WMHelperAsh : public WMHelper,
|
| public aura::client::CursorClientObserver,
|
| public ash::AccessibilityObserver,
|
| public ash::ShellObserver,
|
| + public ash::WindowTreeHostManager::Observer,
|
| public ui::InputDeviceEventObserver {
|
| public:
|
| WMHelperAsh();
|
| @@ -67,6 +69,9 @@ class WMHelperAsh : public WMHelper,
|
| void OnMaximizeModeEnding() override;
|
| void OnMaximizeModeEnded() override;
|
|
|
| + // Overriden from ash::WindowTreeHostManager::Observer:
|
| + void OnDisplayConfigurationChanged() override;
|
| +
|
| // Overriden from ui::InputDeviceEventObserver:
|
| void OnKeyboardDeviceConfigurationChanged() override;
|
|
|
|
|