| Index: ppapi/proxy/ppb_testing_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppb_testing_proxy.h (revision 108154)
|
| +++ ppapi/proxy/ppb_testing_proxy.h (working copy)
|
| @@ -36,6 +36,8 @@
|
| void OnMsgRunMessageLoop(PP_Instance instance);
|
| void OnMsgQuitMessageLoop(PP_Instance instance);
|
| void OnMsgGetLiveObjectsForInstance(PP_Instance instance, uint32_t* result);
|
| + void OnMsgSimulateInputEvent(PP_Instance instance,
|
| + const ppapi::HostResource& input_event);
|
|
|
| // When this proxy is in the host side, this value caches the interface
|
| // pointer so we don't have to retrieve it from the dispatcher each time.
|
|
|