| Index: ash/common/wm_root_window_controller.cc
|
| diff --git a/ash/common/wm_root_window_controller.cc b/ash/common/wm_root_window_controller.cc
|
| index f4875927196eb4f14d93dfe2371a6c8ef0c74a51..b080f5efbe6c3d139fc17a4d765371d82c8043b3 100644
|
| --- a/ash/common/wm_root_window_controller.cc
|
| +++ b/ash/common/wm_root_window_controller.cc
|
| @@ -17,7 +17,8 @@ namespace {
|
|
|
| // Creates a new window for use as a container.
|
| WmWindow* CreateContainer(int window_id, const char* name, WmWindow* parent) {
|
| - WmWindow* window = WmShell::Get()->NewContainerWindow();
|
| + WmWindow* window = WmShell::Get()->NewWindow(ui::wm::WINDOW_TYPE_UNKNOWN,
|
| + ui::LAYER_NOT_DRAWN);
|
| window->SetShellWindowId(window_id);
|
| window->SetName(name);
|
| parent->AddChild(window);
|
|
|