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..285384dc611806aa1795563eee85d49e1e9bda19 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 (*GetCopiesToPrint)(PP_Instance instance); |
}; |
typedef struct PPP_Printing_Dev_0_6 PPP_Printing_Dev; |