| Index: ppapi/c/ppb_core.h
|
| ===================================================================
|
| --- ppapi/c/ppb_core.h (revision 65116)
|
| +++ ppapi/c/ppb_core.h (working copy)
|
| @@ -5,6 +5,7 @@
|
| #ifndef PPAPI_C_PPB_CORE_H_
|
| #define PPAPI_C_PPB_CORE_H_
|
|
|
| +#include "ppapi/c/pp_bool.h"
|
| #include "ppapi/c/pp_resource.h"
|
| #include "ppapi/c/pp_stdint.h"
|
| #include "ppapi/c/pp_time.h"
|
| @@ -12,7 +13,7 @@
|
|
|
| struct PP_CompletionCallback;
|
|
|
| -#define PPB_CORE_INTERFACE "PPB_Core;0.1"
|
| +#define PPB_CORE_INTERFACE "PPB_Core;0.2"
|
|
|
| /**
|
| * @file
|
| @@ -82,7 +83,7 @@
|
| * This is useful for implementing sanity checks, and deciding if dispatching
|
| * via CallOnMainThread() is required.
|
| */
|
| - bool (*IsMainThread)();
|
| + PP_Bool (*IsMainThread)();
|
| };
|
|
|
| /**
|
|
|