| Index: Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.cpp b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| index 5c12881a8f0c78500ba03cc1f7248613ecdc5f7d..012826ef3d9987c3ccd30dfed55e3b77a0cc3d72 100644
|
| --- a/Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| +++ b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| @@ -865,8 +865,6 @@ void CompositedLayerMapping::registerScrollingLayers()
|
| if (!scrollingCoordinator)
|
| return;
|
|
|
| - compositor()->updateViewportConstraintStatus(&m_owningLayer);
|
| -
|
| scrollingCoordinator->updateLayerPositionConstraint(&m_owningLayer);
|
|
|
| // Page scale is applied as a transform on the root render view layer. Because the scroll
|
|
|