| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| index d50a7d3893d8f9234b82d62544fdb0675330fa87..052dec55c90b4e55d8ec10db473c04b586946e37 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| @@ -114,16 +114,6 @@ public:
|
| float getPrintPageShrink(int page) override;
|
| void printEnd() override;
|
| bool isPrintScalingDisabledForPlugin(const WebNode&) override;
|
| - bool hasCustomPageSizeStyle(int pageIndex) override;
|
| - bool isPageBoxVisible(int pageIndex) override;
|
| - void pageSizeAndMarginsInPixels(
|
| - int pageIndex,
|
| - WebSize& pageSize,
|
| - int& marginTop,
|
| - int& marginRight,
|
| - int& marginBottom,
|
| - int& marginLeft) override;
|
| - WebString pageProperty(const WebString& propertyName, int pageIndex) override;
|
| void printPagesWithBoundaries(WebCanvas*, const WebSize&) override;
|
| void dispatchMessageEventWithOriginCheck(
|
| const WebSecurityOrigin& intendedTargetOrigin,
|
|
|