| 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 5c8e3d3fd04e922c3d92b20fee456927195938ce..e8e3799f61a4e0291a09bda07f10fe7245bbcc4b 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -5039,8 +5039,6 @@ void FrameView::updateSubFrameScrollOnMainReason(
|
| FrameView& frameView = *toLocalFrame(frame).view();
|
| if (frameView.shouldThrottleRendering())
|
| return;
|
| - if (!frameView.layerForScrolling())
|
| - return;
|
|
|
| reasons |= frameView.mainThreadScrollingReasonsPerFrame();
|
| if (GraphicsLayer* layerForScrolling = toLocalFrame(frame)
|
|
|