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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/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
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
index a209ecb9d5ce2aede36d6239c5a299cd18360149..b210e58af6bf83401aaf485d8e3f96667a0ddcf5 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
@@ -427,6 +427,19 @@ class PpbFullscreenRpcClient {
void operator=(const PpbFullscreenRpcClient);
}; // class PpbFullscreenRpcClient
+class PpbGamepadRpcClient {
+ public:
+ static NaClSrpcError PPB_Gamepad_SampleGamepads(
+ NaClSrpcChannel* channel,
+ PP_Instance instance,
+ nacl_abi_size_t* data_bytes, char* data);
+
+ private:
+ PpbGamepadRpcClient();
+ PpbGamepadRpcClient(const PpbGamepadRpcClient&);
+ void operator=(const PpbGamepadRpcClient);
+}; // class PpbGamepadRpcClient
+
class PpbGraphics2DRpcClient {
public:
static NaClSrpcError PPB_Graphics2D_Create(
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698