Index: chrome/browser/ui/views/ash/window_positioner.cc |
diff --git a/chrome/browser/ui/views/ash/window_positioner.cc b/chrome/browser/ui/views/ash/window_positioner.cc |
index 3e73c6d5f25cbd746135a1a01144d727fe5ae2fd..1e1e8e2d6180a91c3a23f17e1a7f352b1385089a 100644 |
--- a/chrome/browser/ui/views/ash/window_positioner.cc |
+++ b/chrome/browser/ui/views/ash/window_positioner.cc |
@@ -101,7 +101,7 @@ gfx::Rect WindowPositioner::SmartPopupPosition( |
const gfx::Rect& work_area, |
int grid) { |
const std::vector<aura::Window*> windows = |
- ash::WindowCycleController::BuildWindowList(); |
+ ash::WindowCycleController::BuildWindowList(NULL); |
std::vector<const gfx::Rect*> regions; |
// Process the window list and check if we can bail immediately. |