| Index: third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
|
| index 1748b82dbae43dce2418b5cf112cb2b639d96a01..73d5376b44850ff4897b75f1602b9060a97061d6 100644
|
| --- a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp
|
| @@ -241,40 +241,6 @@ unsigned WebRemoteFrameImpl::UnloadListenerCount() const {
|
| return 0;
|
| }
|
|
|
| -int WebRemoteFrameImpl::PrintBegin(const WebPrintParams&,
|
| - const WebNode& constrain_to_node) {
|
| - NOTREACHED();
|
| - return 0;
|
| -}
|
| -
|
| -float WebRemoteFrameImpl::PrintPage(int page_to_print, WebCanvas*) {
|
| - NOTREACHED();
|
| - return 0.0;
|
| -}
|
| -
|
| -float WebRemoteFrameImpl::GetPrintPageShrink(int page) {
|
| - NOTREACHED();
|
| - return 0.0;
|
| -}
|
| -
|
| -void WebRemoteFrameImpl::PrintEnd() {
|
| - NOTREACHED();
|
| -}
|
| -
|
| -bool WebRemoteFrameImpl::IsPrintScalingDisabledForPlugin(const WebNode&) {
|
| - NOTREACHED();
|
| - return false;
|
| -}
|
| -
|
| -void WebRemoteFrameImpl::PrintPagesWithBoundaries(WebCanvas*, const WebSize&) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| -WebRect WebRemoteFrameImpl::SelectionBoundsRect() const {
|
| - NOTREACHED();
|
| - return WebRect();
|
| -}
|
| -
|
| WebLocalFrame* WebRemoteFrameImpl::CreateLocalChild(
|
| WebTreeScopeType scope,
|
| const WebString& name,
|
|
|