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

Unified Diff: ui/keyboard/content/keyboard_ui_content.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
Index: ui/keyboard/content/keyboard_ui_content.h
diff --git a/ui/keyboard/content/keyboard_ui_content.h b/ui/keyboard/content/keyboard_ui_content.h
index 1c6fc25e00de8c7f9dd347565f81b318f62e16c5..af45c12a8b56cc940937459f42b197b7bec51bb3 100644
--- a/ui/keyboard/content/keyboard_ui_content.h
+++ b/ui/keyboard/content/keyboard_ui_content.h
@@ -72,6 +72,7 @@ class KEYBOARD_EXPORT KeyboardUIContent : public KeyboardUI,
// Overridden from KeyboardUI:
aura::Window* GetKeyboardWindow() override;
bool HasKeyboardWindow() const override;
+ bool ShouldWindowOverscroll(aura::Window* window) const override;
void ReloadKeyboardIfNeeded() override;
void InitInsets(const gfx::Rect& new_bounds) override;
void ResetInsets() override;
@@ -91,6 +92,8 @@ class KEYBOARD_EXPORT KeyboardUIContent : public KeyboardUI,
content::BrowserContext* browser_context() { return browser_context_; }
+ const aura::Window* GetKeyboardRootWindow() const;
+
private:
friend class TestApi;
@@ -124,4 +127,4 @@ class KEYBOARD_EXPORT KeyboardUIContent : public KeyboardUI,
} // namespace keyboard
-#endif // UI_KEYBOARD_CONTENT_KEYBOARD_UI_CONTENT_H_
+#endif // UI_KEYBOARD_CONTENT_KEYBOARD_UI_CONTENT_H_
« no previous file with comments | « chrome/browser/ui/ash/keyboard_controller_browsertest.cc ('k') | ui/keyboard/content/keyboard_ui_content.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698