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

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

Issue 1323053005: Fix cropped floating gesture candidate window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 5 years, 2 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
« no previous file with comments | « ash/test/test_keyboard_ui.cc ('k') | chrome/browser/ui/ash/chrome_keyboard_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/test/test_keyboard_ui.cc ('k') | chrome/browser/ui/ash/chrome_keyboard_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698