Index: pdf/pdf_engine.h |
diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h |
index b5bc95da53c03eaac3e63ba9303b0e2696907de9..877117af75fa9a3807979d353e3115b4f6fab289 100644 |
--- a/pdf/pdf_engine.h |
+++ b/pdf/pdf_engine.h |
@@ -244,6 +244,8 @@ class PDFEngine { |
// Gets the PDF document's print scaling preference. True if the document can |
// be scaled to fit. |
virtual bool GetPrintScaling() = 0; |
+ // Gets the number of copies to be printed. |
+ virtual int GetCopiesToPrint() = 0; |
// Append blank pages to make a 1-page document to a |num_pages| document. |
// Always retain the first page data. |