| Index: chrome/browser/ui/ash/window_positioner.cc
|
| ===================================================================
|
| --- chrome/browser/ui/ash/window_positioner.cc (revision 191465)
|
| +++ chrome/browser/ui/ash/window_positioner.cc (working copy)
|
| @@ -100,7 +100,7 @@
|
| const gfx::Rect& work_area,
|
| int grid) {
|
| const std::vector<aura::Window*> windows =
|
| - ash::WindowCycleController::BuildWindowList(NULL);
|
| + ash::WindowCycleController::BuildWindowList(NULL, false);
|
|
|
| std::vector<const gfx::Rect*> regions;
|
| // Process the window list and check if we can bail immediately.
|
|
|