Chromium Code Reviews| Index: chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc |
| diff --git a/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc b/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc |
| index dfa012a09a59b4f35900f14a4225181c6c0f565b..2650ab8dceb5580ea87c0c9503990771277b4575 100644 |
| --- a/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc |
| +++ b/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc |
| @@ -140,6 +140,11 @@ bool AshKeyboardControllerProxy::OnMessageReceived( |
| void AshKeyboardControllerProxy::ShowKeyboardContainer( |
| aura::Window* container) { |
| + // TODO(bshe): Implements logic to decide which root window should display |
|
varkha
2013/10/04 01:54:07
nit: s/Implements/Implement ?
bshe
2013/10/04 03:04:39
Done.
|
| + // virtual keyboard. http://crbug.com/303429 |
| + if (container->GetRootWindow() != ash::Shell::GetPrimaryRootWindow()) |
| + NOTIMPLEMENTED(); |
| + |
| KeyboardControllerProxy::ShowKeyboardContainer(container); |
| gfx::Rect showing_area = |
| ash::DisplayController::GetPrimaryDisplay().work_area(); |