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 |