Index: ash/aura/wm_shell_aura.cc |
diff --git a/ash/aura/wm_shell_aura.cc b/ash/aura/wm_shell_aura.cc |
index 5021ee0c5a02032436bd05418ff996da543f14d0..07d33c0145082ad4067f5d49cc6a122ec9adb661 100644 |
--- a/ash/aura/wm_shell_aura.cc |
+++ b/ash/aura/wm_shell_aura.cc |
@@ -108,7 +108,8 @@ WmWindow* WmShellAura::GetRootWindowForDisplayId(int64_t display_id) { |
->GetRootWindowForDisplayId(display_id)); |
} |
-const DisplayInfo& WmShellAura::GetDisplayInfo(int64_t display_id) const { |
+const display::ManagedDisplayInfo& WmShellAura::GetDisplayInfo( |
+ int64_t display_id) const { |
return Shell::GetInstance()->display_manager()->GetDisplayInfo(display_id); |
} |