| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 04b812d22ffc6fe8947dcfab2a40d224976c6c12..c1ab1d5942ca0a19a382e103dc54dfd0cf366ad6 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -130,6 +130,7 @@ IPC_STRUCT_TRAITS_BEGIN(ppapi::InputEventData)
|
| IPC_STRUCT_TRAITS_MEMBER(wheel_ticks)
|
| IPC_STRUCT_TRAITS_MEMBER(wheel_scroll_by_page)
|
| IPC_STRUCT_TRAITS_MEMBER(key_code)
|
| + IPC_STRUCT_TRAITS_MEMBER(usb_key_code)
|
| IPC_STRUCT_TRAITS_MEMBER(character_text)
|
| IPC_STRUCT_TRAITS_MEMBER(composition_segment_offsets)
|
| IPC_STRUCT_TRAITS_MEMBER(composition_target_segment)
|
|
|