| Index: Source/core/rendering/CompositedLayerMapping.cpp
|
| diff --git a/Source/core/rendering/CompositedLayerMapping.cpp b/Source/core/rendering/CompositedLayerMapping.cpp
|
| index 7936c83183b61ac6737d9a7f8c619628f8ae0740..83aac9e9b58a01d79c9c29f79980f7589863f18f 100644
|
| --- a/Source/core/rendering/CompositedLayerMapping.cpp
|
| +++ b/Source/core/rendering/CompositedLayerMapping.cpp
|
| @@ -758,9 +758,6 @@ void CompositedLayerMapping::updateGraphicsLayerGeometry()
|
| }
|
| }
|
|
|
| - if (m_owningLayer->scrollableArea())
|
| - m_owningLayer->scrollableArea()->positionOverflowControls();
|
| -
|
| // If this layer was created just for clipping or to apply perspective, it doesn't need its own backing store.
|
| setRequiresOwnBackingStore(compositor()->requiresOwnBackingStore(m_owningLayer, compAncestor));
|
|
|
|
|