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

Unified Diff: components/exo/wm_helper_mus.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/wm_helper_ash.cc ('k') | components/exo/wm_helper_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wm_helper_mus.h
diff --git a/components/exo/wm_helper_mus.h b/components/exo/wm_helper_mus.h
index 6a6f6fe59ab89eea1cefad9b88aabd1bb28980ba..b4f8ea24abdf8d2871050a92423da5391d8831dc 100644
--- a/components/exo/wm_helper_mus.h
+++ b/components/exo/wm_helper_mus.h
@@ -21,7 +21,8 @@ class WMHelperMus : public WMHelper,
~WMHelperMus() override;
// Overriden from WMHelper:
- const ash::DisplayInfo GetDisplayInfo(int64_t display_id) const override;
+ const display::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;
« no previous file with comments | « components/exo/wm_helper_ash.cc ('k') | components/exo/wm_helper_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698