Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index b0d29a02e267fe109a65a91b65ad668750ea776f..0634ec93954fead5b3b4ee25955948ae9d69f559 100644 |
--- a/ash/root_window_controller.cc |
+++ b/ash/root_window_controller.cc |
@@ -616,6 +616,9 @@ void RootWindowController::CreateContainersInRootWindow( |
"OverlayContainer", |
lock_screen_related_containers); |
SetUsesScreenCoordinates(overlay_container); |
+ |
+ CreateContainer(kShellWindowId_PowerButtonAnimationContainer, |
+ "PowerButtonAnimationContainer", root_window) ; |
} |
} // namespace internal |