| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index 635ceba59248fb24428c040b12fe22b6ff301873..f1be5659232afc90b79f52b39f8faf8bd93b8e45 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -452,6 +452,7 @@ void RootWindowController::InitKeyboard() {
|
|
|
| aura::Window* keyboard_container =
|
| keyboard_controller_->GetContainerWindow();
|
| + keyboard_container->set_id(kShellWindowId_VirtualKeyboardContainer);
|
| parent->AddChild(keyboard_container);
|
| keyboard_container->SetBounds(parent->bounds());
|
| }
|
|
|