| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index 068c4d518865f5bfb77192e32a32e3c0f2df514e..63f2992c492232a7b4e12473f2c47493fa4efda1 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -180,7 +180,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 getPrintPresetOptionsForPlugin(const WebNode&, WebPrintPresetOptions*) override;
|
| virtual bool hasCustomPageSizeStyle(int pageIndex) override;
|
| virtual bool isPageBoxVisible(int pageIndex) override;
|
| virtual void pageSizeAndMarginsInPixels(
|
|
|