Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index 6d5fb627771b00a7534a0422c56dff3b984f8eaf..3f5c80a3d49bced4969c0376259c50a8691d17c2 100644 |
--- a/ash/root_window_controller.cc |
+++ b/ash/root_window_controller.cc |
@@ -487,6 +487,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()); |
} |