Index: Source/web/WebRemoteFrameImpl.h |
diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h |
index e294c344e2d3f0352cec08aca70d0ff0b026b674..2870d94fbe875a4361ddea089d2c693e005c814b 100644 |
--- a/Source/web/WebRemoteFrameImpl.h |
+++ b/Source/web/WebRemoteFrameImpl.h |
@@ -131,6 +131,7 @@ public: |
virtual float getPrintPageShrink(int page) OVERRIDE; |
virtual void printEnd() OVERRIDE; |
virtual bool isPrintScalingDisabledForPlugin(const WebNode&) OVERRIDE; |
+ virtual int getPrintCopiesForPlugin(const WebNode&) OVERRIDE; |
virtual bool hasCustomPageSizeStyle(int pageIndex) OVERRIDE; |
virtual bool isPageBoxVisible(int pageIndex) OVERRIDE; |
virtual void pageSizeAndMarginsInPixels( |