| Index: Source/core/rendering/CompositedLayerMapping.cpp
|
| diff --git a/Source/core/rendering/CompositedLayerMapping.cpp b/Source/core/rendering/CompositedLayerMapping.cpp
|
| index 103c98810c7ab6dbc0ef5058f842519e697c59fd..9d2929057afb4a7cca9157142383735c49d8380f 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));
|
|
|
|
|