| 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 4959e65cffdd86d3499cbe53c908e02024163cdf..0d022a76f584a7bebd1567546385af3fea1f980c 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -5093,8 +5093,6 @@ MainThreadScrollingReasons FrameView::mainThreadScrollingReasonsPerFrame()
|
| if (hasBackgroundAttachmentFixedObjects())
|
| reasons |= MainThreadScrollingReason::kHasBackgroundAttachmentFixedObjects;
|
|
|
| - reasons |= getStyleRelatedMainThreadScrollingReasons();
|
| -
|
| ScrollingReasons scrollingReasons = getScrollingReasons();
|
| const bool mayBeScrolledByInput = (scrollingReasons == Scrollable);
|
| const bool mayBeScrolledByScript =
|
|
|