| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 57901c59f1b4a0a1e55fddfe58740e4ad66c7812..de1cef6ab9c997fc640223d1cb5c3c359493b8c2 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_scan_code)
|
| IPC_STRUCT_TRAITS_MEMBER(character_text)
|
| IPC_STRUCT_TRAITS_MEMBER(composition_segment_offsets)
|
| IPC_STRUCT_TRAITS_MEMBER(composition_target_segment)
|
|
|