| Index: components/exo/wm_helper_ash.cc
|
| diff --git a/components/exo/wm_helper_ash.cc b/components/exo/wm_helper_ash.cc
|
| index a7ae4969d558e709bc954cb6a0b46288e3054648..4474033ce1d21804ccfaf79e5244ca68b5e2e682 100644
|
| --- a/components/exo/wm_helper_ash.cc
|
| +++ b/components/exo/wm_helper_ash.cc
|
| @@ -60,7 +60,9 @@ const display::ManagedDisplayInfo WMHelperAsh::GetDisplayInfo(
|
| }
|
|
|
| aura::Window* WMHelperAsh::GetContainer(int container_id) {
|
| - return ash::Shell::GetContainer(ash::Shell::GetRootWindowForNewWindows(),
|
| + // TODO(domlaskowski): Use target root window once multi-display support lands
|
| + // in ARC. See crbug.com/718627.
|
| + return ash::Shell::GetContainer(ash::Shell::GetPrimaryRootWindow(),
|
| container_id);
|
| }
|
|
|
|
|