Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(523)

Unified Diff: chrome/browser/ui/ash/ash_keyboard_controller_proxy.h

Issue 1323053005: Fix cropped floating gesture candidate window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698