diff options
-rw-r--r-- | ash/shell.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ash/shell.cc b/ash/shell.cc index 3188cc2..2d1d8d4 100644 --- a/ash/shell.cc +++ b/ash/shell.cc @@ -172,14 +172,14 @@ void CreateSpecialContainers(aura::RootWindow* root_window) { panel_container->SetLayoutManager(layout_manager); } - CreateContainer(internal::kShellWindowId_LauncherContainer, - "LauncherContainer", - non_lock_screen_containers); - CreateContainer(internal::kShellWindowId_AppListContainer, "AppListContainer", non_lock_screen_containers); + CreateContainer(internal::kShellWindowId_LauncherContainer, + "LauncherContainer", + non_lock_screen_containers); + aura::Window* modal_container = CreateContainer( internal::kShellWindowId_SystemModalContainer, "SystemModalContainer", |