| Index: ui/keyboard/keyboard_controller_proxy.cc
|
| diff --git a/ui/keyboard/keyboard_controller_proxy.cc b/ui/keyboard/keyboard_controller_proxy.cc
|
| index 3671b02e9f24619f62c68683b52c73b491dbfc13..9df721f50d04be3d2c86312fb22696742a59fc99 100644
|
| --- a/ui/keyboard/keyboard_controller_proxy.cc
|
| +++ b/ui/keyboard/keyboard_controller_proxy.cc
|
| @@ -151,6 +151,11 @@ bool KeyboardControllerProxy::HasKeyboardWindow() const {
|
| return keyboard_contents_;
|
| }
|
|
|
| +bool KeyboardControllerProxy::ShouldWindowOverscroll(
|
| + aura::Window* window) const {
|
| + return true;
|
| +}
|
| +
|
| void KeyboardControllerProxy::ShowKeyboardContainer(aura::Window* container) {
|
| GetKeyboardWindow()->Show();
|
| container->Show();
|
|
|