| Index: ppapi/c/dev/ppp_printing_dev.h
|
| diff --git a/ppapi/c/dev/ppp_printing_dev.h b/ppapi/c/dev/ppp_printing_dev.h
|
| index d709b6772029d34c02e2a2017d8f63b2eb98d0c2..e2122ddae271150bc284d6f59a3ed67b0e4e4c43 100644
|
| --- a/ppapi/c/dev/ppp_printing_dev.h
|
| +++ b/ppapi/c/dev/ppp_printing_dev.h
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From dev/ppp_printing_dev.idl modified Thu Nov 17 13:26:05 2011. */
|
| +/* From dev/ppp_printing_dev.idl modified Fri Nov 18 15:58:00 2011. */
|
|
|
| #ifndef PPAPI_C_DEV_PPP_PRINTING_DEV_H_
|
| #define PPAPI_C_DEV_PPP_PRINTING_DEV_H_
|
| @@ -80,7 +80,7 @@ PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_PrintPageNumberRange_Dev, 8);
|
| * @addtogroup Interfaces
|
| * @{
|
| */
|
| -struct PPP_Printing_Dev {
|
| +struct PPP_Printing_Dev_0_5 {
|
| /**
|
| * Returns a bit field representing the supported print output formats. For
|
| * example, if only Raster and PostScript are supported,
|
| @@ -115,6 +115,8 @@ struct PPP_Printing_Dev {
|
| */
|
| PP_Bool (*IsScalingDisabled)(PP_Instance instance);
|
| };
|
| +
|
| +typedef struct PPP_Printing_Dev_0_5 PPP_Printing_Dev;
|
| /**
|
| * @}
|
| */
|
|
|