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