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

Unified Diff: components/exo/wm_helper_ash.h

Issue 2776213004: Using WmDisplayObserver in WMHelperAsh (Closed)
Patch Set: 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 | « no previous file | 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 8b07843d8016ab19ae1fe9f289fec5c35d450ed5..15386fbc54cb287fa4231199be1efdb1ae76b887 100644
--- a/components/exo/wm_helper_ash.h
+++ b/components/exo/wm_helper_ash.h
@@ -7,7 +7,7 @@
#include "ash/common/shell_observer.h"
#include "ash/common/system/accessibility_observer.h"
-#include "ash/display/window_tree_host_manager.h"
+#include "ash/common/wm_display_observer.h"
#include "base/macros.h"
#include "components/exo/wm_helper.h"
#include "ui/aura/client/cursor_client_observer.h"
@@ -24,7 +24,7 @@ class WMHelperAsh : public WMHelper,
public aura::client::CursorClientObserver,
public ash::AccessibilityObserver,
public ash::ShellObserver,
- public ash::WindowTreeHostManager::Observer,
+ public ash::WmDisplayObserver,
public ui::InputDeviceEventObserver {
public:
WMHelperAsh();
@@ -69,7 +69,7 @@ class WMHelperAsh : public WMHelper,
void OnMaximizeModeEnding() override;
void OnMaximizeModeEnded() override;
- // Overriden from ash::WindowTreeHostManager::Observer:
+ // Overriden from ash::WmDisplayObserver:
void OnDisplayConfigurationChanged() override;
// Overriden from ui::InputDeviceEventObserver:
« no previous file with comments | « no previous file | components/exo/wm_helper_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698