| Index: src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
|
| diff --git a/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h b/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
|
| index 088a4e8ac85c24483df167e4eecb0f98f4aba308..0ff3661322269c2adf3ae384b52691d4e73367c2 100644
|
| --- a/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
|
| +++ b/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
|
| @@ -529,6 +529,27 @@ class PpbImageDataRpcServer {
|
| void operator=(const PpbImageDataRpcServer);
|
| }; // class PpbImageDataRpcServer
|
|
|
| +class PpbInputEventRpcServer {
|
| + public:
|
| + static void PPB_InputEvent_RequestInputEvents(
|
| + NaClSrpcRpc* rpc,
|
| + NaClSrpcClosure* done,
|
| + PP_Instance instance,
|
| + int32_t event_classes,
|
| + int32_t filtered,
|
| + int32_t* success);
|
| + static void PPB_InputEvent_ClearInputEventRequest(
|
| + NaClSrpcRpc* rpc,
|
| + NaClSrpcClosure* done,
|
| + PP_Instance instance,
|
| + int32_t event_classes);
|
| +
|
| + private:
|
| + PpbInputEventRpcServer();
|
| + PpbInputEventRpcServer(const PpbInputEventRpcServer&);
|
| + void operator=(const PpbInputEventRpcServer);
|
| +}; // class PpbInputEventRpcServer
|
| +
|
| class PpbInstanceRpcServer {
|
| public:
|
| static void PPB_Instance_BindGraphics(
|
|
|