Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: ash/root_window_controller.cc

Issue 11220002: Add new animations in second implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added shutdown animations Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/root_window_controller.cc
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index 800db1dd5eb88297f85a0ad2fc67b1fd0d842e4e..74827e368cc425044b8f8eecc4d66db9ef6bf913 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -564,6 +564,9 @@ void RootWindowController::CreateContainersInRootWindow(
"OverlayContainer",
lock_screen_related_containers);
SetUsesScreenCoordinates(overlay_container);
+
+ CreateContainer(kShellWindowId_TopmostContainer,
Daniel Erat 2012/10/22 17:45:48 give this a better name than "topmost". "PowerBut
+ "TopmostContainer", root_window) ;
}
} // namespace internal

Powered by Google App Engine
This is Rietveld 408576698