| Index: chrome/browser/ui/ash/window_positioner.cc | 
| diff --git a/chrome/browser/ui/ash/window_positioner.cc b/chrome/browser/ui/ash/window_positioner.cc | 
| index 853341954117b75b4a9c43241a3c4a8f7cfe3ef5..04fa3f291689336d6fb2c56a90d2809725290244 100644 | 
| --- a/chrome/browser/ui/ash/window_positioner.cc | 
| +++ b/chrome/browser/ui/ash/window_positioner.cc | 
| @@ -100,7 +100,7 @@ gfx::Rect WindowPositioner::SmartPopupPosition( | 
| 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. | 
|  |