| Index: chrome/browser/ui/ash/chrome_keyboard_ui.h
|
| diff --git a/chrome/browser/ui/ash/chrome_keyboard_ui.h b/chrome/browser/ui/ash/chrome_keyboard_ui.h
|
| index d2413247476aa2176f8fc74d9271631938c3ab46..a005fd822337a6ee46b74c9c8ea64b1a5572821c 100644
|
| --- a/chrome/browser/ui/ash/chrome_keyboard_ui.h
|
| +++ b/chrome/browser/ui/ash/chrome_keyboard_ui.h
|
| @@ -37,6 +37,9 @@ class ChromeKeyboardUI : public keyboard::KeyboardUIContent,
|
| explicit ChromeKeyboardUI(content::BrowserContext* context);
|
| ~ChromeKeyboardUI() override;
|
|
|
| + // keyboard::KeyboardUIContent overrides
|
| + bool ShouldWindowOverscroll(aura::Window* window) const override;
|
| +
|
| private:
|
| // keyboard::KeyboardControllerProxy overrides
|
| ui::InputMethod* GetInputMethod() override;
|
|
|