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

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

Issue 20526005: Implement virtual keyboard hiding. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Init Created 7 years, 5 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/base/ime/input_method.h
diff --git a/ui/base/ime/input_method.h b/ui/base/ime/input_method.h
index 575cbcdb3057c98cbe6b4677fa0f7507bcce2377..025dc60f58c9682a4c9fe22b65c8d2597f29d7bc 100644
--- a/ui/base/ime/input_method.h
+++ b/ui/base/ime/input_method.h
@@ -71,6 +71,10 @@ class InputMethod {
// Called when the top-level system window loses keyboard focus.
virtual void OnBlur() = 0;
+ // Called when the top-level system window may have re-received keyboard
+ // focused.
+ virtual void OnPossibleRefocus() = 0;
+
// Called when the focused window receives native IME messages that are not
// translated into other predefined event callbacks. Currently this method is
// used only for IME functionalities specific to Windows.

Powered by Google App Engine
This is Rietveld 408576698