| Index: Source/core/rendering/CompositedLayerMapping.cpp
|
| diff --git a/Source/core/rendering/CompositedLayerMapping.cpp b/Source/core/rendering/CompositedLayerMapping.cpp
|
| index 68d097023d734da3766573378984426040b6779e..16aea94359e8410de54cf8296e7f1fe34b470097 100644
|
| --- a/Source/core/rendering/CompositedLayerMapping.cpp
|
| +++ b/Source/core/rendering/CompositedLayerMapping.cpp
|
| @@ -750,6 +750,8 @@ void CompositedLayerMapping::updateGraphicsLayerGeometry()
|
| }
|
| }
|
|
|
| + m_owningLayer->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));
|
|
|
|
|