| Index: ppapi/c/dev/ppb_testing_dev.h
|
| diff --git a/ppapi/c/dev/ppb_testing_dev.h b/ppapi/c/dev/ppb_testing_dev.h
|
| index e52eeb272e6cdcf3b3f11eb0e58541e5906f9e44..f5f6176cac5097be1cc224cb158ca949f534a91a 100644
|
| --- a/ppapi/c/dev/ppb_testing_dev.h
|
| +++ b/ppapi/c/dev/ppb_testing_dev.h
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From dev/ppb_testing_dev.idl modified Fri Dec 16 16:08:07 2011. */
|
| +/* From dev/ppb_testing_dev.idl modified Thu Dec 22 11:02:53 2011. */
|
|
|
| #ifndef PPAPI_C_DEV_PPB_TESTING_DEV_H_
|
| #define PPAPI_C_DEV_PPB_TESTING_DEV_H_
|
| @@ -35,7 +35,7 @@
|
| * @addtogroup Interfaces
|
| * @{
|
| */
|
| -struct PPB_Testing_Dev {
|
| +struct PPB_Testing_Dev_0_91 {
|
| /**
|
| * Reads the bitmap data out of the backing store for the given
|
| * DeviceContext2D and into the given image. If the data was successfully
|
| @@ -136,6 +136,8 @@ struct PPB_Testing_Dev {
|
| uint32_t (*GetLiveVars)(struct PP_Var live_vars[], uint32_t array_size);
|
| };
|
|
|
| +typedef struct PPB_Testing_Dev_0_91 PPB_Testing_Dev;
|
| +
|
| struct PPB_Testing_Dev_0_7 {
|
| PP_Bool (*ReadImageData)(PP_Resource device_context_2d,
|
| PP_Resource image,
|
|
|