| Index: ui/aura/window_tree_host.cc
|
| diff --git a/ui/aura/window_tree_host.cc b/ui/aura/window_tree_host.cc
|
| index e0ea779a6183023799fe0f8391836f24ad823e9f..e60208be8c19b09974210da56efa2e38134f23d5 100644
|
| --- a/ui/aura/window_tree_host.cc
|
| +++ b/ui/aura/window_tree_host.cc
|
| @@ -211,7 +211,7 @@ void WindowTreeHost::CreateCompositor(
|
| // TODO(beng): I think this setup should probably all move to a "accelerated
|
| // widget available" function.
|
| if (!dispatcher()) {
|
| - window()->Init(WINDOW_LAYER_NOT_DRAWN);
|
| + window()->Init(ui::LAYER_NOT_DRAWN);
|
| window()->set_host(this);
|
| window()->SetName("RootWindow");
|
| window()->SetEventTargeter(
|
|
|