| 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..244ae199379599b613678107f2f023da0435bb6b 100644
|
| --- a/ash/aura/wm_shell_aura.cc
|
| +++ b/ash/aura/wm_shell_aura.cc
|
| @@ -107,7 +107,8 @@ WmWindow* WmShellAura::GetRootWindowForDisplayId(int64_t display_id) {
|
| ->GetRootWindowForDisplayId(display_id));
|
| }
|
|
|
| -const DisplayInfo& WmShellAura::GetDisplayInfo(int64_t display_id) const {
|
| +const ui::ManagedDisplayInfo& WmShellAura::GetDisplayInfo(
|
| + int64_t display_id) const {
|
| return Shell::GetInstance()->display_manager()->GetDisplayInfo(display_id);
|
| }
|
|
|
|
|