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