| 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 0335175639b253c4ab5501225070dcc6c3d8380b..53037f99915ca2956de42297003edd9f8f344826 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -512,11 +512,6 @@ void FrameView::InvalidateAllCustomScrollbarsOnActiveChanged() {
|
| RecalculateCustomScrollbarStyle();
|
| }
|
|
|
| -void FrameView::Clear() {
|
| - Reset();
|
| - SetScrollbarsSuppressed(true);
|
| -}
|
| -
|
| bool FrameView::DidFirstLayout() const {
|
| return !first_layout_;
|
| }
|
|
|