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

Unified Diff: components/exo/wm_helper.h

Issue 2270553002: Move ash::DisplayInfo to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 4 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/wayland/server.cc ('k') | components/exo/wm_helper_ash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wm_helper.h
diff --git a/components/exo/wm_helper.h b/components/exo/wm_helper.h
index 676c97f72480b2eaf0e31941dc9c242c4bfd478c..69798803792ddb82bd4eafa675ee77b7b48e2210 100644
--- a/components/exo/wm_helper.h
+++ b/components/exo/wm_helper.h
@@ -9,14 +9,14 @@
#include "base/observer_list.h"
#include "ui/base/cursor/cursor.h"
-namespace ash {
-class DisplayInfo;
-}
-
namespace aura {
class Window;
}
+namespace display {
+class ManagedDisplayInfo;
+}
+
namespace ui {
class EventHandler;
}
@@ -76,7 +76,8 @@ class WMHelper {
void AddMaximizeModeObserver(MaximizeModeObserver* observer);
void RemoveMaximizeModeObserver(MaximizeModeObserver* observer);
- virtual const ash::DisplayInfo GetDisplayInfo(int64_t display_id) const = 0;
+ virtual const display::ManagedDisplayInfo GetDisplayInfo(
+ int64_t display_id) const = 0;
virtual aura::Window* GetContainer(int container_id) = 0;
virtual aura::Window* GetActiveWindow() const = 0;
virtual aura::Window* GetFocusedWindow() const = 0;
« no previous file with comments | « components/exo/wayland/server.cc ('k') | components/exo/wm_helper_ash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698