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

Unified Diff: ash/test/test_keyboard_ui.cc

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.h ('k') | chrome/browser/ui/ash/chrome_keyboard_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_keyboard_ui.cc
diff --git a/ash/test/test_keyboard_ui.cc b/ash/test/test_keyboard_ui.cc
index b99266c2b7e2f3b179bf7d60de30b3d8131df7aa..67b6993875f39aaf81b7d4f2f7d24ef20437f58c 100644
--- a/ash/test/test_keyboard_ui.cc
+++ b/ash/test/test_keyboard_ui.cc
@@ -20,6 +20,10 @@ bool TestKeyboardUI::HasKeyboardWindow() const {
return keyboard_;
}
+bool TestKeyboardUI::ShouldWindowOverscroll(aura::Window* window) const {
+ return true;
+}
+
aura::Window* TestKeyboardUI::GetKeyboardWindow() {
if (!keyboard_) {
keyboard_.reset(new aura::Window(&delegate_));
« no previous file with comments | « ash/test/test_keyboard_ui.h ('k') | chrome/browser/ui/ash/chrome_keyboard_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698