| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index 1390ea3634c4cfbc2557edc953d4fa04a5a779b3..6f18bcfd9f3508eeca04e6812a7872d74fe75b68 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -184,6 +184,7 @@ public:
|
| virtual float getPrintPageShrink(int page) OVERRIDE;
|
| virtual void printEnd() OVERRIDE;
|
| virtual bool isPrintScalingDisabledForPlugin(const WebNode&) OVERRIDE;
|
| + virtual int getNumCopiesForPlugin(const WebNode&) OVERRIDE;
|
| virtual bool hasCustomPageSizeStyle(int pageIndex) OVERRIDE;
|
| virtual bool isPageBoxVisible(int pageIndex) OVERRIDE;
|
| virtual void pageSizeAndMarginsInPixels(
|
|
|