| 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 e00f51476cdb872eb478c6c3c7e89273fa6f09c9..b9449668cf6c01b83fbe52edfe7f5a976712da6f 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -4264,10 +4264,4 @@ bool FrameView::canThrottleRendering() const
|
| return m_subtreeThrottled || (m_hiddenForThrottling && m_crossOriginForThrottling);
|
| }
|
|
|
| -LayoutBox& FrameView::boxForScrollControlPaintInvalidation() const
|
| -{
|
| - ASSERT(!layoutViewItem().isNull());
|
| - return *layoutView();
|
| -}
|
| -
|
| } // namespace blink
|
|
|