| Index: ash/wm/stacking_controller.cc
|
| diff --git a/ash/wm/stacking_controller.cc b/ash/wm/stacking_controller.cc
|
| index 452be239a90d8e0a6c0e03085a4f22e432604024..73b30f2e8999ed64ce20e9987cf70cbb00409a36 100644
|
| --- a/ash/wm/stacking_controller.cc
|
| +++ b/ash/wm/stacking_controller.cc
|
| @@ -8,6 +8,7 @@
|
| #include "ash/shell.h"
|
| #include "ash/shell_window_ids.h"
|
| #include "ash/wm/always_on_top_controller.h"
|
| +#include "ash/wm/coordinate_conversion.h"
|
| #include "ash/wm/window_properties.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| #include "ui/aura/root_window.h"
|
| @@ -28,7 +29,7 @@ aura::RootWindow* FindContainerRoot(const gfx::Rect& bounds) {
|
| bounds.IsEmpty())) {
|
| return Shell::GetActiveRootWindow();
|
| }
|
| - return Shell::GetRootWindowMatching(bounds);
|
| + return wm::GetRootWindowMatching(bounds);
|
| }
|
|
|
| aura::Window* GetContainerById(aura::RootWindow* root, int id) {
|
|
|