| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index c25a93dc60b0fa5881eb26ed1a632a1fc960d427..0f5e509e5feefe5397c3dbbe366283f602873294 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -365,6 +365,9 @@ IPC_STRUCT_BEGIN(ViewHostMsg_TextInputState_Params)
|
| // The type of input field
|
| IPC_STRUCT_MEMBER(ui::TextInputType, type)
|
|
|
| + // The mode of the input field (verbatim, latin-name, etc.)
|
| + IPC_STRUCT_MEMBER(int, mode)
|
| +
|
| // The flags of the input field (autocorrect, autocomplete, etc.)
|
| IPC_STRUCT_MEMBER(int, flags)
|
|
|
|
|