| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 57b63489a1c7694175fa99e89640da504dac8ef2..b946c58f827a0ff69df6b7ecae1b088c12b90f8f 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -278,6 +278,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::TextInputState)
|
| IPC_STRUCT_TRAITS_MEMBER(mode)
|
| IPC_STRUCT_TRAITS_MEMBER(flags)
|
| IPC_STRUCT_TRAITS_MEMBER(value)
|
| + IPC_STRUCT_TRAITS_MEMBER(placeholder)
|
| IPC_STRUCT_TRAITS_MEMBER(selection_start)
|
| IPC_STRUCT_TRAITS_MEMBER(selection_end)
|
| IPC_STRUCT_TRAITS_MEMBER(composition_start)
|
|
|