| 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 cb28783c6d2c7911d3b5e69766db6c544c785cec..71c2cc741f361adb42a1565d6fb18e8eabd7bda0 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
|
| @@ -29,7 +29,9 @@
|
| ['mouse_button', 'int32_t'], # PP_InputEvent_MouseButton
|
| ['mouse_position_x', 'int32_t'], # PP_Point.x
|
| ['mouse_position_y', 'int32_t'], # PP_Point.y
|
| - ['click_count', 'int32_t']
|
| + ['click_count', 'int32_t'],
|
| + ['mouse_movement_x', 'int32_t'], # PP_Point.x
|
| + ['mouse_movement_y', 'int32_t'], # PP_Point.y
|
| ],
|
| 'outputs': [['resource_id', 'PP_Resource']]
|
| },
|
|
|