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

Unified Diff: src/shared/ppapi_proxy/untrusted/srpcgen/upcall.h

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
« no previous file with comments | « src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h ('k') | src/shared/ppapi_proxy/upcall_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/ppapi_proxy/untrusted/srpcgen/upcall.h
===================================================================
--- src/shared/ppapi_proxy/untrusted/srpcgen/upcall.h (revision 4040)
+++ src/shared/ppapi_proxy/untrusted/srpcgen/upcall.h (working copy)
@@ -14,6 +14,9 @@
#include "native_client/src/include/portability.h"
#endif // __native_client__
#include "native_client/src/shared/srpc/nacl_srpc.h"
+#include "ppapi/c/pp_instance.h"
+#include "ppapi/c/pp_module.h"
+#include "ppapi/c/pp_resource.h"
class PppUpcallRpcClient {
public:
static NaClSrpcError PPB_Core_CallOnMainThread(
« no previous file with comments | « src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h ('k') | src/shared/ppapi_proxy/upcall_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698