| Index: ash/common/wm/container_finder.cc
|
| diff --git a/ash/common/wm/container_finder.cc b/ash/common/wm/container_finder.cc
|
| index 6eb05a38a211beb68dfd1ecafc2932749f1e00c2..a04062bac18d96d3e71d95fa2a609885fdd9899f 100644
|
| --- a/ash/common/wm/container_finder.cc
|
| +++ b/ash/common/wm/container_finder.cc
|
| @@ -20,7 +20,7 @@ namespace {
|
|
|
| WmWindow* FindContainerRoot(WmShell* shell, const gfx::Rect& bounds) {
|
| if (bounds == gfx::Rect())
|
| - return shell->GetRootWindowForNewWindows();
|
| + return shell->root_window_for_new_windows();
|
| return GetRootWindowMatching(bounds);
|
| }
|
|
|
|
|