| Index: Source/web/WebRemoteFrameImpl.h
|
| diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
|
| index 0f2eb62d53442295229cac6ae0f43862fc7333f4..5f7f96fb3c2df67052ee73d7f94767349a189e71 100644
|
| --- a/Source/web/WebRemoteFrameImpl.h
|
| +++ b/Source/web/WebRemoteFrameImpl.h
|
| @@ -130,7 +130,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(
|
|
|