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

Unified Diff: components/exo/wm_helper_ash.h

Issue 2645663004: exo: Initial support for multiple displays in ARC (Closed)
Patch Set: Address nits Created 3 years, 9 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 | « components/exo/wm_helper.cc ('k') | components/exo/wm_helper_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « components/exo/wm_helper.cc ('k') | components/exo/wm_helper_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698