Chromium Code Reviews| Index: pdf/pdf_engine.h |
| diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h |
| index ee1cb1ff000341f1f0569dc1d617de11ee1260f5..c4f68b635b65d71f742543a27285f39542d2c2a6 100644 |
| --- a/pdf/pdf_engine.h |
| +++ b/pdf/pdf_engine.h |
| @@ -247,6 +247,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 GetNumCopies() = 0; |
|
Vitaly Buka (NO REVIEWS)
2014/07/10 01:13:05
name
Nikhil
2014/07/16 13:52:55
Done.
|
| // Append blank pages to make a 1-page document to a |num_pages| document. |
| // Always retain the first page data. |