| Index: ui/aura/desktop.cc
|
| diff --git a/ui/aura/desktop.cc b/ui/aura/desktop.cc
|
| index ae14d464c3adeee3ab67e00c7ca34f6d3703920c..a17494cd95ccf4546d1357e7ede17d9a3475e937 100644
|
| --- a/ui/aura/desktop.cc
|
| +++ b/ui/aura/desktop.cc
|
| @@ -556,7 +556,8 @@ bool Desktop::IsFocusedWindow(const Window* window) const {
|
| }
|
|
|
| void Desktop::Init() {
|
| - Window::Init(ui::Layer::LAYER_HAS_NO_TEXTURE);
|
| + Window::Init(ui::Layer::LAYER_HAS_NO_TEXTURE,
|
| + Window::LAYER_INITIALLY_INVISIBLE);
|
| SetBounds(gfx::Rect(host_->GetSize()));
|
| Show();
|
| compositor()->SetRootLayer(layer());
|
|
|