| Index: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| index de11eb6ea5ae89a07dff5a2812d14c52f345055d..8e1eaad0f877c67bc912fa8f7a7241474fc003a3 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| @@ -591,6 +591,8 @@ class PpbInputEventRpcClient {
|
| int32_t mouse_position_x,
|
| int32_t mouse_position_y,
|
| int32_t click_count,
|
| + int32_t mouse_movement_x,
|
| + int32_t mouse_movement_y,
|
| PP_Resource* resource_id);
|
| static NaClSrpcError PPB_InputEvent_CreateWheelInputEvent(
|
| NaClSrpcChannel* channel,
|
|
|