| Index: Source/core/rendering/compositing/RenderLayerCompositor.cpp
|
| diff --git a/Source/core/rendering/compositing/RenderLayerCompositor.cpp b/Source/core/rendering/compositing/RenderLayerCompositor.cpp
|
| index 2f51e2187c133b40a6f2b37a06e06a82269c48e9..6b1e3a477dde4ab789ffd9770c515d6d5adfdb5a 100644
|
| --- a/Source/core/rendering/compositing/RenderLayerCompositor.cpp
|
| +++ b/Source/core/rendering/compositing/RenderLayerCompositor.cpp
|
| @@ -529,7 +529,7 @@ void RenderLayerCompositor::frameViewDidScroll()
|
| if (ScrollingCoordinator* scrollingCoordinator = this->scrollingCoordinator()) {
|
| if (Settings* settings = m_renderView.document().settings()) {
|
| if (m_renderView.frame()->isLocalRoot() || settings->preferCompositingToLCDTextEnabled())
|
| - scrollingCoordinatorHandlesOffset = scrollingCoordinator->scrollableAreaScrollLayerDidChange(frameView);
|
| + scrollingCoordinatorHandlesOffset = scrollingCoordinator->scrollableAreaScrollLayerDidChange(frameView, frameView->hasVisibleViewportConstrainedObjects());
|
| }
|
| }
|
|
|
|
|