Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(577)

Unified Diff: ppapi/proxy/ppb_testing_proxy.h

Issue 8413021: Add functions to generate input events to PPB_Testing_Dev. These make (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/proxy/ppb_testing_proxy.h
===================================================================
--- ppapi/proxy/ppb_testing_proxy.h (revision 110829)
+++ ppapi/proxy/ppb_testing_proxy.h (working copy)
@@ -15,6 +15,9 @@
struct PPB_Testing_Dev;
namespace ppapi {
+
+struct InputEventData;
+
namespace proxy {
class PPB_Testing_Proxy : public InterfaceProxy {
@@ -36,6 +39,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::InputEventData& 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.

Powered by Google App Engine
This is Rietveld 408576698