| Index: ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
|
| index 274c548bd0628fa1ff1e8e368cac62932e778d31..15221d17203a4cf3c1af60b16f0b223bcc6b5b2e 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
|
| @@ -678,6 +678,8 @@ class PpbInputEventRpcServer {
|
| 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 void PPB_InputEvent_CreateWheelInputEvent(
|
| NaClSrpcRpc* rpc,
|
|
|