| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 2c4ddd3ccd32a41bc168604c5bcedc5f870dac58..e6ecff9d108d8f3f1a4eed1b8660451c5d29a403 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)
|
|
|