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

Unified Diff: ash/test/test_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 | « no previous file | ash/test/test_keyboard_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_keyboard_ui.h
diff --git a/ash/test/test_keyboard_ui.h b/ash/test/test_keyboard_ui.h
index d1c1f75ed15ad0663531e1737fc97c5d885ae7e8..2b8a24ed9d77c24cbd50dd4c3c16a21a31776e9e 100644
--- a/ash/test/test_keyboard_ui.h
+++ b/ash/test/test_keyboard_ui.h
@@ -22,6 +22,7 @@ class TestKeyboardUI : public keyboard::KeyboardUI {
~TestKeyboardUI() override;
bool HasKeyboardWindow() const override;
+ bool ShouldWindowOverscroll(aura::Window* window) const override;
aura::Window* GetKeyboardWindow() override;
private:
« no previous file with comments | « no previous file | ash/test/test_keyboard_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698