Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index fcd78182680b2e5d2ac8befd1292adb3fe3308b9..857e6e920b7ed49f0b1cdbbfe498338bfd039022 100644 |
--- a/ash/root_window_controller.cc |
+++ b/ash/root_window_controller.cc |
@@ -758,7 +758,7 @@ void RootWindowController::Init(RootWindowType root_window_type) { |
InitializeShelf(); |
// Notify shell observers about new root window. |
- shell->OnRootWindowAdded(WmWindow::Get(root_window)); |
+ shell->OnRootWindowAdded(root_window); |
} |
// TODO: AshTouchExplorationManager doesn't work with mus. |