Index: chrome/browser/ui/ash/ash_keyboard_controller_proxy.h |
diff --git a/chrome/browser/ui/ash/ash_keyboard_controller_proxy.h b/chrome/browser/ui/ash/ash_keyboard_controller_proxy.h |
index d78d974583f5661b5d53901f3d9ca38e843cd2b6..23a5382f34e87c6acfca3920da98cabe2b32f408 100644 |
--- a/chrome/browser/ui/ash/ash_keyboard_controller_proxy.h |
+++ b/chrome/browser/ui/ash/ash_keyboard_controller_proxy.h |
@@ -38,6 +38,9 @@ class AshKeyboardControllerProxy |
explicit AshKeyboardControllerProxy(content::BrowserContext* context); |
~AshKeyboardControllerProxy() override; |
+ // keyboard::KeyboardControllerProxy overrides |
+ bool ShouldWindowOverscroll(aura::Window* window) const override; |
+ |
private: |
// keyboard::KeyboardControllerProxy overrides |
ui::InputMethod* GetInputMethod() override; |