diff options
Diffstat (limited to 'ash/root_window_controller.cc')
-rw-r--r-- | ash/root_window_controller.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc index b0d29a0..0634ec9 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 |