| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index 9cf43960828b8c62e8a593b05e2a5c0660505d74..7026c51da8e22ad836629aac7444b60af10034d5 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -185,6 +185,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(
|
|
|