Index: Source/web/WebPluginContainerImpl.h |
diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h |
index 54e4d2869d94fcd4d2b538efb0236fac1160e998..b3039e254a06766fb517743113a2e849f9c9af78 100644 |
--- a/Source/web/WebPluginContainerImpl.h |
+++ b/Source/web/WebPluginContainerImpl.h |
@@ -134,6 +134,8 @@ public: |
// If the plugin content should not be scaled to the printable area of |
// the page, then this method should return true. |
bool isPrintScalingDisabled() const; |
+ // Returns number of copies to be printed. |
+ int getCopiesToPrint() const; |
// Sets up printing at the specified WebPrintParams. Returns the number of pages to be printed at these settings. |
int printBegin(const WebPrintParams&) const; |
// Prints the page specified by pageNumber (0-based index) into the supplied canvas. |