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

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 6751e30f02349f71dc8b5d3d78057d876e5048f2..7ac5364c6e6ca0d6bac551aa3bff31d539fe9a7e 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -459,6 +459,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)
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | content/renderer/render_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698