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

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

Issue 9148044: Add NaCl proxy for pepper gamepad (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing build file entry Created 8 years, 11 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: ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
index bde42e8c54c46f7dbf1a33d6a226a4e19fa3734c..9d494f8d74db8cc10d3c86f61611f09e3173585e 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
@@ -487,6 +487,20 @@ class PpbFullscreenRpcServer {
void operator=(const PpbFullscreenRpcServer);
}; // class PpbFullscreenRpcServer
+class PpbGamepadRpcServer {
+ public:
+ static void PPB_Gamepad_SampleGamepads(
+ NaClSrpcRpc* rpc,
+ NaClSrpcClosure* done,
+ PP_Instance instance,
+ nacl_abi_size_t* data_bytes, char* data);
+
+ private:
+ PpbGamepadRpcServer();
+ PpbGamepadRpcServer(const PpbGamepadRpcServer&);
+ void operator=(const PpbGamepadRpcServer);
+}; // class PpbGamepadRpcServer
+
class PpbGraphics2DRpcServer {
public:
static void PPB_Graphics2D_Create(

Powered by Google App Engine
This is Rietveld 408576698