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

Unified Diff: src/shared/ppapi_proxy/ppb_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/ppb_rpc_server.cc
===================================================================
--- src/shared/ppapi_proxy/ppb_rpc_server.cc (revision 4034)
+++ src/shared/ppapi_proxy/ppb_rpc_server.cc (working copy)
@@ -17,6 +17,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"
namespace {

Powered by Google App Engine
This is Rietveld 408576698