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

Unified Diff: src/shared/ppapi_proxy/untrusted/srpcgen/ppp_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/untrusted/srpcgen/ppb_rpc.h ('k') | src/trusted/plugin/ppapi/plugin_ppapi.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h
diff --git a/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h b/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h
index 8003ec54f2fd23ee1b5537aa6731978b6328d11b..d76fd651d31927c102ae0252b7b4649eb4c09ae5 100644
--- a/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h
+++ b/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h
@@ -99,6 +99,23 @@ class PppFindRpcServer {
void operator=(const PppFindRpcServer);
}; // class PppFindRpcServer
+class PppInputEventRpcServer {
+ public:
+ static void PPP_InputEvent_HandleInputEvent(
+ NaClSrpcRpc* rpc,
+ NaClSrpcClosure* done,
+ PP_Instance instance,
+ PP_Resource resource,
+ nacl_abi_size_t event_data_bytes, char* event_data,
+ nacl_abi_size_t character_text_bytes, char* character_text,
+ int32_t* handled);
+
+ private:
+ PppInputEventRpcServer();
+ PppInputEventRpcServer(const PppInputEventRpcServer&);
+ void operator=(const PppInputEventRpcServer);
+}; // class PppInputEventRpcServer
+
class PppInstanceRpcServer {
public:
static void PPP_Instance_DidCreate(
« no previous file with comments | « src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h ('k') | src/trusted/plugin/ppapi/plugin_ppapi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698