| 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 94d8ac7630a9d89c7036e4e35056e55a588eec76..91135d145e15e497e585d1505780ce00a6cabe97 100644
|
| --- a/ppapi/c/dev/ppp_printing_dev.h
|
| +++ b/ppapi/c/dev/ppp_printing_dev.h
|
| @@ -80,6 +80,10 @@ struct PPP_Printing_Dev_0_6 {
|
| * and not scaled down to fit within the printer's printable area.
|
| */
|
| PP_Bool (*IsScalingDisabled)(PP_Instance instance);
|
| + /**
|
| + * Returns the number of copies to be printed.
|
| + */
|
| + int32_t (*NumCopies)(PP_Instance instance);
|
| };
|
|
|
| typedef struct PPP_Printing_Dev_0_6 PPP_Printing_Dev;
|
|
|