Index: ppapi/c/trusted/ppb_image_data_trusted.h |
diff --git a/ppapi/c/trusted/ppb_image_data_trusted.h b/ppapi/c/trusted/ppb_image_data_trusted.h |
index 824fb9e56e809169245195bf35bac0d624b2150a..b55c3990520b9ee4ce724fa5a7d1ee51f6eb94a8 100644 |
--- a/ppapi/c/trusted/ppb_image_data_trusted.h |
+++ b/ppapi/c/trusted/ppb_image_data_trusted.h |
@@ -3,7 +3,7 @@ |
* found in the LICENSE file. |
*/ |
-/* From trusted/ppb_image_data_trusted.idl modified Sat Jul 16 16:51:03 2011. */ |
+/* From trusted/ppb_image_data_trusted.idl modified Wed Oct 5 14:06:02 2011. */ |
#ifndef PPAPI_C_TRUSTED_PPB_IMAGE_DATA_TRUSTED_H_ |
#define PPAPI_C_TRUSTED_PPB_IMAGE_DATA_TRUSTED_H_ |
@@ -26,7 +26,7 @@ |
* @{ |
*/ |
/** Trusted interface */ |
-struct PPB_ImageDataTrusted { |
+struct PPB_ImageDataTrusted_0_4 { |
/** |
* Returns the internal shared memory pointer associated with the given |
* ImageData resource. Used for proxying. Returns PP_OK on success, or |
@@ -38,6 +38,8 @@ struct PPB_ImageDataTrusted { |
int* handle, |
uint32_t* byte_count); |
}; |
+ |
+typedef struct PPB_ImageDataTrusted_0_4 PPB_ImageDataTrusted; |
/** |
* @} |
*/ |