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

Unified Diff: ui/base/ime/input_method.h

Issue 2553603002: New accessibility virtual keyboard behavior in non-sticky mode. (Closed)
Patch Set: fix test crashes Created 4 years 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/base/ime/input_method.h
diff --git a/ui/base/ime/input_method.h b/ui/base/ime/input_method.h
index a20da194b1e7dece5ed98a297c9517aa487a75e0..ea8c2458509a686851e9e86519eca9b53510fbc5 100644
--- a/ui/base/ime/input_method.h
+++ b/ui/base/ime/input_method.h
@@ -15,6 +15,7 @@
#include "build/build_config.h"
#include "ui/base/ime/text_input_mode.h"
#include "ui/base/ime/text_input_type.h"
+#include "ui/gfx/geometry/rect.h"
namespace extensions {
class InputImeApiTest;
@@ -160,6 +161,9 @@ class InputMethod {
virtual void AddObserver(InputMethodObserver* observer) = 0;
virtual void RemoveObserver(InputMethodObserver* observer) = 0;
+ // Set screen bounds of a on-screen keyboard.
+ virtual void SetOnScreenKeyboardBounds(const gfx::Rect& new_bounds) {}
+
protected:
friend class extensions::InputImeApiTest;

Powered by Google App Engine
This is Rietveld 408576698