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

Unified Diff: ash/aura/wm_shell_aura.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
Index: ash/aura/wm_shell_aura.cc
diff --git a/ash/aura/wm_shell_aura.cc b/ash/aura/wm_shell_aura.cc
index 2129ba1dd4244c1d2eb6443429a765bd3937fbae..29ddc07e863f565c7cf686f3f091d6d3199ee0c9 100644
--- a/ash/aura/wm_shell_aura.cc
+++ b/ash/aura/wm_shell_aura.cc
@@ -107,7 +107,7 @@ WmWindow* WmShellAura::GetRootWindowForDisplayId(int64_t display_id) {
->GetRootWindowForDisplayId(display_id));
}
-const DisplayInfo& WmShellAura::GetDisplayInfo(int64_t display_id) const {
+const ui::DisplayInfo& WmShellAura::GetDisplayInfo(int64_t display_id) const {
return Shell::GetInstance()->display_manager()->GetDisplayInfo(display_id);
}

Powered by Google App Engine
This is Rietveld 408576698