Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: ppapi/c/dev/ppp_printing_dev.h

Issue 375253002: [Chrome] Support NumCopies print preset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback (update method name) Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698