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

Unified Diff: components/exo/wm_helper_ash.cc

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.h ('k') | components/exo/wm_helper_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wm_helper_ash.cc
diff --git a/components/exo/wm_helper_ash.cc b/components/exo/wm_helper_ash.cc
index fb3bde612a42968a1a06bb5c21a55c034b20af55..1a646132e124679c08a8ba5d2554043f9e4f034e 100644
--- a/components/exo/wm_helper_ash.cc
+++ b/components/exo/wm_helper_ash.cc
@@ -38,7 +38,8 @@ WMHelperAsh::~WMHelperAsh() {
////////////////////////////////////////////////////////////////////////////////
// WMHelperAsh, private:
-const ash::DisplayInfo WMHelperAsh::GetDisplayInfo(int64_t display_id) const {
+const display::ManagedDisplayInfo WMHelperAsh::GetDisplayInfo(
+ int64_t display_id) const {
return ash::Shell::GetInstance()->display_manager()->GetDisplayInfo(
display_id);
}
« no previous file with comments | « components/exo/wm_helper_ash.h ('k') | components/exo/wm_helper_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698