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

Unified Diff: content/common/view_messages.h

Issue 10962011: Allow tap gestures to open the IME on Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index a6647c12a00a791e104472d4aa7bf1000e083001..c14d726306d7ff3e5e44431ebfdeec1601a1cd3b 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -440,6 +440,11 @@ IPC_STRUCT_BEGIN(ViewHostMsg_TextInputState_Params)
// Whether or not inline composition can be performed for the current input.
IPC_STRUCT_MEMBER(bool, can_compose_inline)
+
+ // Whether or not the IME should be shown as a result of this update. Even if
+ // true, the IME will only be shown if the type is appropriate (e.g. not
+ // TEXT_INPUT_TYPE_NONE).
+ IPC_STRUCT_MEMBER(bool, show_ime_if_needed)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(ViewHostMsg_CreateWorker_Params)

Powered by Google App Engine
This is Rietveld 408576698