| Index: third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
|
| index 0792d9a380f7241555346e510f78e99295bad678..e8692dfc3748c1a31d246dcab1e9bd5d5c9ec37b 100644
|
| --- a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
|
| @@ -77,15 +77,6 @@ class CORE_EXPORT WebRemoteFrameImpl final
|
| WebAssociatedURLLoader* CreateAssociatedURLLoader(
|
| const WebAssociatedURLLoaderOptions&) override;
|
| unsigned UnloadListenerCount() const override;
|
| - int PrintBegin(const WebPrintParams&,
|
| - const WebNode& constrain_to_node) override;
|
| - float PrintPage(int page_to_print, WebCanvas*) override;
|
| - float GetPrintPageShrink(int page) override;
|
| - void PrintEnd() override;
|
| - bool IsPrintScalingDisabledForPlugin(const WebNode&) override;
|
| - void PrintPagesWithBoundaries(WebCanvas*, const WebSize&) override;
|
| -
|
| - WebRect SelectionBoundsRect() const override;
|
|
|
| // WebRemoteFrame methods:
|
| WebLocalFrame* CreateLocalChild(WebTreeScopeType,
|
|
|