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

Unified Diff: components/exo/wm_helper_ash.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_ash.h
diff --git a/components/exo/wm_helper_ash.h b/components/exo/wm_helper_ash.h
index fe12c0760f971c16bfc43d6a1643b80d5bc9ad4b..611d6164584a55ed36bf90659df01966b1cff746 100644
--- a/components/exo/wm_helper_ash.h
+++ b/components/exo/wm_helper_ash.h
@@ -25,7 +25,8 @@ class WMHelperAsh : public WMHelper,
~WMHelperAsh() override;
// Overriden from WMHelper:
- const ash::DisplayInfo GetDisplayInfo(int64_t display_id) const override;
+ const ui::ManagedDisplayInfo GetDisplayInfo(
+ int64_t display_id) const override;
aura::Window* GetContainer(int container_id) override;
aura::Window* GetActiveWindow() const override;
aura::Window* GetFocusedWindow() const override;

Powered by Google App Engine
This is Rietveld 408576698