| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index eb11c27310dc1f691532564c38864c37ab15a3f7..cea685eabc627b223aee1f25bab571898de2d1b8 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -100,8 +100,6 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| WebSize ContentsSize() const override;
|
| bool HasVisibleContent() const override;
|
| WebRect VisibleContentRect() const override;
|
| - bool HasHorizontalScrollbar() const override;
|
| - bool HasVerticalScrollbar() const override;
|
| WebView* View() const override;
|
| WebDocument GetDocument() const override;
|
| WebPerformance Performance() const override;
|
|
|