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

Unified Diff: src/shared/ppapi_proxy/ppp.srpc

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/ppp.srpc
===================================================================
--- src/shared/ppapi_proxy/ppp.srpc (revision 4034)
+++ src/shared/ppapi_proxy/ppp.srpc (working copy)
@@ -11,7 +11,7 @@
# It is effectively a class initializer for the plugin type.
{'name': 'PPP_InitializeModule',
'inputs': [['pid', 'int32_t'],
- ['module', 'int64_t'],
+ ['module', 'PP_Module'],
['upcall_channel_desc', 'handle'],
['service_description', 'string'],
],

Powered by Google App Engine
This is Rietveld 408576698