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) |