| Index: ash/common/wm/window_positioner.cc
|
| diff --git a/ash/common/wm/window_positioner.cc b/ash/common/wm/window_positioner.cc
|
| index dcea7bff096d701842645957879b85e64bd73782..fb91208bad4a2a660c994c486f382590c06606d5 100644
|
| --- a/ash/common/wm/window_positioner.cc
|
| +++ b/ash/common/wm/window_positioner.cc
|
| @@ -217,7 +217,7 @@ void WindowPositioner::GetBoundsAndShowStateForNewWindow(
|
| gfx::Rect* bounds_in_out,
|
| ui::WindowShowState* show_state_out) {
|
| // Always open new window in the target display.
|
| - WmWindow* target = WmShell::Get()->GetRootWindowForNewWindows();
|
| + WmWindow* target = WmShell::Get()->root_window_for_new_windows();
|
|
|
| WmWindow* top_window = GetReferenceWindow(target, nullptr, nullptr);
|
| // Our window should not have any impact if we are already on top.
|
|
|