| Index: ui/aura_shell/shell.cc
|
| diff --git a/ui/aura_shell/shell.cc b/ui/aura_shell/shell.cc
|
| index e5bb325712cef8192aa3da11370ce824bde74e67..ae3f075e9c66bb33f8b6cb8aa3236329f26e5a4d 100644
|
| --- a/ui/aura_shell/shell.cc
|
| +++ b/ui/aura_shell/shell.cc
|
| @@ -75,6 +75,10 @@ void CreateSpecialContainers(aura::Window::Windows* containers) {
|
| internal::kShellWindowId_AlwaysOnTopContainer);
|
| containers->push_back(always_on_top_container);
|
|
|
| + aura::Window* panel_container = new aura::Window(NULL);
|
| + panel_container->set_id(internal::kShellWindowId_PanelContainer);
|
| + containers->push_back(panel_container);
|
| +
|
| aura::Window* launcher_container = new aura::Window(NULL);
|
| launcher_container->set_id(internal::kShellWindowId_LauncherContainer);
|
| containers->push_back(launcher_container);
|
|
|