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

Unified Diff: src/shared/ppapi_proxy/untrusted/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
Index: src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
diff --git a/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h b/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
index 92c72a55b5de150b3787c2132db3af16908a3f71..c1cf04e8247d7fea7ee0cc995ea1c6d66f862f06 100644
--- a/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
+++ b/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
@@ -463,6 +463,25 @@ class PpbImageDataRpcClient {
void operator=(const PpbImageDataRpcClient);
}; // class PpbImageDataRpcClient
+class PpbInputEventRpcClient {
+ public:
+ static NaClSrpcError PPB_InputEvent_RequestInputEvents(
+ NaClSrpcChannel* channel,
+ PP_Instance instance,
+ int32_t event_classes,
+ int32_t filtered,
+ int32_t* success);
+ static NaClSrpcError PPB_InputEvent_ClearInputEventRequest(
+ NaClSrpcChannel* channel,
+ PP_Instance instance,
+ int32_t event_classes);
+
+ private:
+ PpbInputEventRpcClient();
+ PpbInputEventRpcClient(const PpbInputEventRpcClient&);
+ void operator=(const PpbInputEventRpcClient);
+}; // class PpbInputEventRpcClient
+
class PpbInstanceRpcClient {
public:
static NaClSrpcError PPB_Instance_BindGraphics(
« no previous file with comments | « src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h ('k') | src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698