| Index: ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
|
| ===================================================================
|
| --- ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h (revision 114053)
|
| +++ ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h (working copy)
|
| @@ -1023,6 +1023,18 @@
|
| NaClSrpcClosure* done,
|
| PP_Instance instance,
|
| int32_t* live_object_count);
|
| + static void PPB_Testing_SimulateInputEvent(
|
| + NaClSrpcRpc* rpc,
|
| + NaClSrpcClosure* done,
|
| + PP_Instance instance,
|
| + PP_Resource input_event);
|
| + static void PPB_Testing_ExecuteScript(
|
| + NaClSrpcRpc* rpc,
|
| + NaClSrpcClosure* done,
|
| + PP_Instance instance,
|
| + nacl_abi_size_t script_bytes, char* script,
|
| + nacl_abi_size_t* result_bytes, char* result,
|
| + nacl_abi_size_t* exception_bytes, char* exception);
|
|
|
| private:
|
| PpbTestingRpcServer();
|
|
|