| Index: ash/shell/keyboard_controller_proxy_stub.cc
|
| diff --git a/ash/shell/keyboard_controller_proxy_stub.cc b/ash/shell/keyboard_controller_proxy_stub.cc
|
| index 556e7aa4f1ef534374b49dff1b188191c47b5854..1e50ca6c92259727e4e5dc322e1c663370ba3a54 100644
|
| --- a/ash/shell/keyboard_controller_proxy_stub.cc
|
| +++ b/ash/shell/keyboard_controller_proxy_stub.cc
|
| @@ -22,7 +22,7 @@ KeyboardControllerProxyStub::~KeyboardControllerProxyStub() {
|
| aura::Window* KeyboardControllerProxyStub::GetKeyboardWindow() {
|
| if (!keyboard_) {
|
| keyboard_.reset(new aura::Window(&delegate_));
|
| - keyboard_->Init(ui::LAYER_NOT_DRAWN);
|
| + keyboard_->Init(aura::WINDOW_LAYER_NOT_DRAWN);
|
| }
|
| return keyboard_.get();
|
| }
|
|
|