| Index: src/shared/ppapi_proxy/trusted/srpcgen/upcall.h
|
| ===================================================================
|
| --- src/shared/ppapi_proxy/trusted/srpcgen/upcall.h (revision 4034)
|
| +++ src/shared/ppapi_proxy/trusted/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 PppUpcallRpcServer {
|
| public:
|
| static void PPB_Core_CallOnMainThread(
|
|
|