| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 9328dfae593d1f665018a8c95aa8fcc6555b40ce..b889e0bcd720e29e2b6116a56d212dbd026c2a7c 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -269,7 +269,7 @@ void Shell::Init() {
|
| CreateSpecialContainers(&containers);
|
| aura::Window::Windows::const_iterator i;
|
| for (i = containers.begin(); i != containers.end(); ++i) {
|
| - (*i)->Init(ui::Layer::LAYER_HAS_NO_TEXTURE);
|
| + (*i)->Init(ui::Layer::LAYER_NOT_DRAWN);
|
| root_window->AddChild(*i);
|
| if ((*i)->id() != internal::kShellWindowId_UnparentedControlContainer)
|
| (*i)->Show();
|
|
|