| Index: ppapi/native_client/src/shared/ppapi_proxy/ppb_input_event.srpc
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppb_input_event.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppb_input_event.srpc
|
| index 71c2cc741f361adb42a1565d6fb18e8eabd7bda0..045e979a15b86720b1b983d343a8e3e14aa7f338 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/ppb_input_event.srpc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/ppb_input_event.srpc
|
| @@ -53,6 +53,7 @@
|
| ['time_stamp', 'double'], # PP_TimeTicks
|
| ['modifiers', 'int32_t'], # uint32_t
|
| ['key_code', 'int32_t'], # uint32_t
|
| + ['usb_scan_code', 'int32_t'], # uint32_t
|
| ['character_text', 'char[]'] # String PP_Var
|
| ],
|
| 'outputs': [['resource_id', 'PP_Resource']]
|
|
|