| Index: Source/core/rendering/CompositedLayerMapping.cpp
|
| diff --git a/Source/core/rendering/CompositedLayerMapping.cpp b/Source/core/rendering/CompositedLayerMapping.cpp
|
| index 41aa57b84b260ad97637e055f576f3e8d6035bb9..238f39622f9ed2006a183bc82d572cc635e862d5 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));
|
|
|
|
|