| Index: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| ===================================================================
|
| --- ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h (revision 114053)
|
| +++ ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h (working copy)
|
| @@ -890,6 +890,16 @@
|
| NaClSrpcChannel* channel,
|
| PP_Instance instance,
|
| int32_t* live_object_count);
|
| + static NaClSrpcError PPB_Testing_SimulateInputEvent(
|
| + NaClSrpcChannel* channel,
|
| + PP_Instance instance,
|
| + PP_Resource input_event);
|
| + static NaClSrpcError PPB_Testing_ExecuteScript(
|
| + NaClSrpcChannel* channel,
|
| + 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:
|
| PpbTestingRpcClient();
|
|
|