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

Unified Diff: src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h

Issue 7395005: Proxy PPB_Input_Event, PPP_Input_Event, and associated IFs. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: copyright headers Created 9 years, 5 months 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
« no previous file with comments | « src/shared/ppapi_proxy/proxy_var.h ('k') | src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
diff --git a/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h b/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
index 088a4e8ac85c24483df167e4eecb0f98f4aba308..0ff3661322269c2adf3ae384b52691d4e73367c2 100644
--- a/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
+++ b/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
@@ -529,6 +529,27 @@ class PpbImageDataRpcServer {
void operator=(const PpbImageDataRpcServer);
}; // class PpbImageDataRpcServer
+class PpbInputEventRpcServer {
+ public:
+ static void PPB_InputEvent_RequestInputEvents(
+ NaClSrpcRpc* rpc,
+ NaClSrpcClosure* done,
+ PP_Instance instance,
+ int32_t event_classes,
+ int32_t filtered,
+ int32_t* success);
+ static void PPB_InputEvent_ClearInputEventRequest(
+ NaClSrpcRpc* rpc,
+ NaClSrpcClosure* done,
+ PP_Instance instance,
+ int32_t event_classes);
+
+ private:
+ PpbInputEventRpcServer();
+ PpbInputEventRpcServer(const PpbInputEventRpcServer&);
+ void operator=(const PpbInputEventRpcServer);
+}; // class PpbInputEventRpcServer
+
class PpbInstanceRpcServer {
public:
static void PPB_Instance_BindGraphics(
« no previous file with comments | « src/shared/ppapi_proxy/proxy_var.h ('k') | src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698