| Index: ppapi/cpp/module.h
|
| ===================================================================
|
| --- ppapi/cpp/module.h (revision 65116)
|
| +++ ppapi/cpp/module.h (working copy)
|
| @@ -13,6 +13,7 @@
|
| #include "ppapi/c/pp_stdint.h"
|
| #include "ppapi/c/ppb.h"
|
| #include "ppapi/c/ppb_core.h"
|
| +#include "ppapi/cpp/common.h"
|
| #include "ppapi/cpp/core.h"
|
|
|
| namespace pp {
|
| @@ -93,10 +94,10 @@
|
| virtual Instance* CreateInstance(PP_Instance instance) = 0;
|
|
|
| private:
|
| - friend bool Instance_DidCreate(PP_Instance pp_instance,
|
| - uint32_t argc,
|
| - const char* argn[],
|
| - const char* argv[]);
|
| + friend PP_Bool Instance_DidCreate(PP_Instance pp_instance,
|
| + uint32_t argc,
|
| + const char* argn[],
|
| + const char* argv[]);
|
| friend void Instance_DidDestroy(PP_Instance instance);
|
|
|
| // Unimplemented (disallow copy and assign).
|
|
|