Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index 1e1c5bdaa20937b8e9146734d587308473a3bf39..676cfcbf2e99cfb1cf0462813ad6f112c48b8f09 100644 |
--- a/ash/root_window_controller.cc |
+++ b/ash/root_window_controller.cc |
@@ -635,9 +635,6 @@ void RootWindowController::ActivateKeyboard( |
keyboard_controller->GetContainerWindow(); |
keyboard_container->set_id(kShellWindowId_VirtualKeyboardContainer); |
parent->AddChild(keyboard_container); |
- // TODO(oshima): Bounds of keyboard container should be handled by |
- // RootWindowLayoutManager. Remove this after fixed RootWindowLayoutManager. |
- keyboard_container->SetBounds(parent->bounds()); |
} |
void RootWindowController::DeactivateKeyboard( |