| Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| index fe04c5a66b7f62cd407af5223674f1da69f07753..df13ee13272bf73a7da582b4aa201218287a4d70 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| @@ -1174,6 +1174,9 @@ MainThreadScrollingReasons ScrollingCoordinator::mainThreadScrollingReasons()
|
| if (frameView->hasBackgroundAttachmentFixedObjects())
|
| reasons |=
|
| MainThreadScrollingReason::kHasBackgroundAttachmentFixedObjects;
|
| +
|
| + reasons |= frameView->checkMainThreadScrollingReasonDueToLayoutObject();
|
| +
|
| FrameView::ScrollingReasons scrollingReasons =
|
| frameView->getScrollingReasons();
|
| const bool mayBeScrolledByInput =
|
|
|