| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 0bb35e93ee1b458e966f6a97c08cf3c0eaaab7bc..9812f9c435224b4d4a5af4a4b575b7f2f03f2cbd 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -287,6 +287,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::TextInputState)
|
| IPC_STRUCT_TRAITS_MEMBER(show_ime_if_needed)
|
| IPC_STRUCT_TRAITS_MEMBER(is_non_ime_change)
|
| IPC_STRUCT_TRAITS_MEMBER(batch_edit)
|
| + IPC_STRUCT_TRAITS_MEMBER(requires_ack)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_BEGIN(ViewHostMsg_CreateWorker_Params)
|
|
|