Index: ash/wm/window_cycle_list.cc |
diff --git a/ash/wm/window_cycle_list.cc b/ash/wm/window_cycle_list.cc |
index e1f47d17a52d625d5955f94bd2aeba3ba882cbde..a2c7c3882a695df8386addd25f67ef0927b57a40 100644 |
--- a/ash/wm/window_cycle_list.cc |
+++ b/ash/wm/window_cycle_list.cc |
@@ -534,7 +534,7 @@ void WindowCycleList::InitWindowCycleView() { |
// TODO(estade): make sure nothing untoward happens when the lock screen |
// or a system modal dialog is shown. |
aura::Window* root_window = Shell::GetRootWindowForNewWindows(); |
- GetRootWindowController(root_window) |
+ RootWindowController::ForWindow(root_window) |
->ConfigureWidgetInitParamsForContainer( |
widget, kShellWindowId_OverlayContainer, ¶ms); |
gfx::Rect widget_rect = display::Screen::GetScreen() |