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

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: 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_mus.h
diff --git a/components/exo/wm_helper_mus.h b/components/exo/wm_helper_mus.h
index 379c5d3f489e0a7798adfb6bdf2a2d99ed9ca761..61134370c792f2be30df8f3807816ab88cc8965b 100644
--- a/components/exo/wm_helper_mus.h
+++ b/components/exo/wm_helper_mus.h
@@ -25,7 +25,8 @@ class WMHelperMus : public WMHelper,
~WMHelperMus() 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