Index: ppapi/native_client/src/trusted/plugin/nacl_entry_points.h |
=================================================================== |
--- ppapi/native_client/src/trusted/plugin/nacl_entry_points.h (revision 133072) |
+++ ppapi/native_client/src/trusted/plugin/nacl_entry_points.h (working copy) |
@@ -38,9 +38,10 @@ |
#include <string> |
#include "native_client/src/shared/imc/nacl_imc.h" |
+#include "ppapi/c/pp_instance.h" |
-typedef bool (*LaunchNaClProcessFunc)(const char* url, |
+typedef bool (*LaunchNaClProcessFunc)(int instance, const char* url, |
dmichael (off chromium)
2012/04/27 17:14:36
You included PP_Instance; did you mean for that to
bbudge
2012/04/27 17:46:56
Yep. This will be PP_Instance after Mark makes his
|
int socket_count, |
nacl::Handle* result_sockets, |
nacl::Handle* nacl_process_handle, |