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

Unified Diff: src/shared/ppapi_proxy/plugin_ppp_rpc_server.cc

Issue 5974006: Convert srpc definitions from using int64 to using PP_Instance, PP_Module, an... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 10 years 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/plugin_ppp_rpc_server.cc
===================================================================
--- src/shared/ppapi_proxy/plugin_ppp_rpc_server.cc (revision 4034)
+++ src/shared/ppapi_proxy/plugin_ppp_rpc_server.cc (working copy)
@@ -80,7 +80,7 @@
NaClSrpcRpc* rpc,
NaClSrpcClosure* done,
int32_t pid,
- int64_t module,
+ PP_Module module,
NaClSrpcImcDescType upcall_channel_desc,
char* service_description,
int32_t* nacl_pid,

Powered by Google App Engine
This is Rietveld 408576698