Chromium Code Reviews| Index: Source/web/WebPluginContainerImpl.h |
| diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h |
| index dbe5bda8e74d1b7efccf5e97e7c98c3e9f6db836..b778b7d5395aa3c05a217938556e3c85345547f0 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; |
| + // Return number of copies to be printed. |
| + int getNumCopies() const; |
|
Inactive
2014/07/15 15:55:00
Ditto about abbreviations.
Nikhil
2014/07/16 13:58:49
Done.
|
| // 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. |