Index: public/web/WebPlugin.h |
diff --git a/public/web/WebPlugin.h b/public/web/WebPlugin.h |
index a99c3ee217b53642dc33c5c876f58a212d95e6af..9f3fc6682135a067826150ad880aefbc613b9cb7 100644 |
--- a/public/web/WebPlugin.h |
+++ b/public/web/WebPlugin.h |
@@ -114,6 +114,8 @@ public: |
// Returns true if the printed content should not be scaled to |
// the printer's printable area. |
virtual bool isPrintScalingDisabled() { return false; } |
+ // Returns number of copies to be printed. |
+ virtual int getCopiesToPrint() { return 1; } |
// Sets up printing with the specified printParams. Returns the number of |
// pages to be printed at these settings. |