| Index: Source/core/rendering/CompositedLayerMapping.cpp
|
| diff --git a/Source/core/rendering/CompositedLayerMapping.cpp b/Source/core/rendering/CompositedLayerMapping.cpp
|
| index e8d88c5fec80158578187cc5ceafbadd3e614f19..712f29ef5422befe02dd49a23fa0a8935c6bf0a7 100644
|
| --- a/Source/core/rendering/CompositedLayerMapping.cpp
|
| +++ b/Source/core/rendering/CompositedLayerMapping.cpp
|
| @@ -324,6 +324,10 @@ bool CompositedLayerMapping::shouldClipCompositedBounds() const
|
|
|
| void CompositedLayerMapping::updateCompositedBounds()
|
| {
|
| + // We need to know if we draw content in order to update our bounds (this has an effect
|
| + // on whether or not descendands will paint into our backing). Update this value now.
|
| + updateDrawsContent(isSimpleContainerCompositingLayer());
|
| +
|
| IntRect layerBounds = compositor()->calculateCompositedBounds(m_owningLayer, m_owningLayer);
|
|
|
| // Clip to the size of the document or enclosing overflow-scroll layer.
|
|
|