| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index 123d3528b4366cfe1a21f079c6e68502fad207e4..331a7110a232a01e45ff2d2356eb35e6619941d2 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -555,11 +555,6 @@ void FrameView::InvalidateAllCustomScrollbarsOnActiveChanged() {
|
| RecalculateCustomScrollbarStyle();
|
| }
|
|
|
| -void FrameView::Clear() {
|
| - Reset();
|
| - SetScrollbarsSuppressed(true);
|
| -}
|
| -
|
| bool FrameView::DidFirstLayout() const {
|
| return !first_layout_;
|
| }
|
|
|