Index: Source/core/page/scrolling/ScrollingCoordinator.cpp |
diff --git a/Source/core/page/scrolling/ScrollingCoordinator.cpp b/Source/core/page/scrolling/ScrollingCoordinator.cpp |
index cd9e31fba2205fbb07a2894820a6b48d39c6a235..fdca37469a2c4d2bc37cf3636d19ea8aaf05bf26 100644 |
--- a/Source/core/page/scrolling/ScrollingCoordinator.cpp |
+++ b/Source/core/page/scrolling/ScrollingCoordinator.cpp |
@@ -158,7 +158,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)) |