Index: Source/core/page/scrolling/ScrollingCoordinator.cpp |
diff --git a/Source/core/page/scrolling/ScrollingCoordinator.cpp b/Source/core/page/scrolling/ScrollingCoordinator.cpp |
index 9afb665ec108b769395523a53d0e532ff3313453..61e447573b0a1faf1c9c8b8da05aed17acca5f28 100644 |
--- a/Source/core/page/scrolling/ScrollingCoordinator.cpp |
+++ b/Source/core/page/scrolling/ScrollingCoordinator.cpp |
@@ -159,7 +159,6 @@ void ScrollingCoordinator::updateLayerPositionConstraint(RenderLayer* layer) |
// Avoid unnecessary commits |
clearPositionConstraintExceptForLayer(backing->ancestorClippingLayer(), mainLayer); |
- clearPositionConstraintExceptForLayer(backing->contentsContainmentLayer(), mainLayer); |
clearPositionConstraintExceptForLayer(backing->graphicsLayer(), mainLayer); |
if (WebLayer* scrollableLayer = scrollingWebLayerForGraphicsLayer(mainLayer)) |