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

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: build 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
Index: components/exo/wm_helper.h
diff --git a/components/exo/wm_helper.h b/components/exo/wm_helper.h
index 676c97f72480b2eaf0e31941dc9c242c4bfd478c..ec5d3019974d952fd5f49ab07e87653a8138448f 100644
--- a/components/exo/wm_helper.h
+++ b/components/exo/wm_helper.h
@@ -9,15 +9,12 @@
#include "base/observer_list.h"
#include "ui/base/cursor/cursor.h"
-namespace ash {
-class DisplayInfo;
-}
-
namespace aura {
class Window;
}
namespace ui {
+class ManagedDisplayInfo;
class EventHandler;
}
@@ -76,7 +73,8 @@ class WMHelper {
void AddMaximizeModeObserver(MaximizeModeObserver* observer);
void RemoveMaximizeModeObserver(MaximizeModeObserver* observer);
- virtual const ash::DisplayInfo GetDisplayInfo(int64_t display_id) const = 0;
+ virtual const ui::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;

Powered by Google App Engine
This is Rietveld 408576698