Index: ppapi/c/ppb_core.h |
diff --git a/ppapi/c/ppb_core.h b/ppapi/c/ppb_core.h |
index 0de8485e8711c356e18c6d8259844802343674c5..842ce153032c9c08f72cf3c253d201f891ffd9f3 100644 |
--- a/ppapi/c/ppb_core.h |
+++ b/ppapi/c/ppb_core.h |
@@ -3,7 +3,7 @@ |
* found in the LICENSE file. |
*/ |
-/* From ppb_core.idl modified Tue Aug 23 11:13:37 2011. */ |
+/* From ppb_core.idl modified Wed Oct 5 14:06:02 2011. */ |
#ifndef PPAPI_C_PPB_CORE_H_ |
#define PPAPI_C_PPB_CORE_H_ |
@@ -35,7 +35,7 @@ |
* to memory management, time, and threads on the browser. |
* |
*/ |
-struct PPB_Core { |
+struct PPB_Core_1_0 { |
/** |
* |
* AddRefResource() adds a reference to a resource. |
@@ -109,6 +109,8 @@ struct PPB_Core { |
*/ |
PP_Bool (*IsMainThread)(); |
}; |
+ |
+typedef struct PPB_Core_1_0 PPB_Core; |
/** |
* @} |
*/ |