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