| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| index 9e4b630214cf67fe66321f99d5fbdf262205ffff..b02db91e0497ac9de0e6b7de59b1da716d2676bf 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -503,35 +503,6 @@ bool WebRemoteFrameImpl::isPrintScalingDisabledForPlugin(const WebNode&)
|
| return false;
|
| }
|
|
|
| -bool WebRemoteFrameImpl::hasCustomPageSizeStyle(int pageIndex)
|
| -{
|
| - NOTREACHED();
|
| - return false;
|
| -}
|
| -
|
| -bool WebRemoteFrameImpl::isPageBoxVisible(int pageIndex)
|
| -{
|
| - NOTREACHED();
|
| - return false;
|
| -}
|
| -
|
| -void WebRemoteFrameImpl::pageSizeAndMarginsInPixels(
|
| - int pageIndex,
|
| - WebSize& pageSize,
|
| - int& marginTop,
|
| - int& marginRight,
|
| - int& marginBottom,
|
| - int& marginLeft)
|
| -{
|
| - NOTREACHED();
|
| -}
|
| -
|
| -WebString WebRemoteFrameImpl::pageProperty(const WebString& propertyName, int pageIndex)
|
| -{
|
| - NOTREACHED();
|
| - return WebString();
|
| -}
|
| -
|
| void WebRemoteFrameImpl::printPagesWithBoundaries(WebCanvas*, const WebSize&)
|
| {
|
| NOTREACHED();
|
|
|