| 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 114869)
|
| +++ ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h (working copy)
|
| @@ -888,6 +888,10 @@
|
| 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_GetDocumentURL(
|
| NaClSrpcChannel* channel,
|
| PP_Instance instance,
|
|
|