| Index: ui/keyboard/keyboard_controller.cc
|
| diff --git a/ui/keyboard/keyboard_controller.cc b/ui/keyboard/keyboard_controller.cc
|
| index ca8e54fcc4af7d903c842c95e7e273516de48d62..6648a7883f6a72b07daed136211e3255fc6b4557 100644
|
| --- a/ui/keyboard/keyboard_controller.cc
|
| +++ b/ui/keyboard/keyboard_controller.cc
|
| @@ -168,7 +168,7 @@ aura::Window* KeyboardController::GetContainerWindow() {
|
| new KeyboardWindowDelegate(proxy_.get())));
|
| container_->SetName("KeyboardContainer");
|
| container_->set_owned_by_parent(false);
|
| - container_->Init(ui::LAYER_NOT_DRAWN);
|
| + container_->Init(aura::WINDOW_LAYER_NOT_DRAWN);
|
| container_->AddObserver(this);
|
| container_->SetLayoutManager(new KeyboardLayoutManager(this));
|
| }
|
|
|