| Index: Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.cpp b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| index 12a0f6f3d1c85ea540d83e84883265edab42c446..f76398268fb10783025035da7ef2d98b5b784b47 100644
|
| --- a/Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| +++ b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
|
| @@ -1869,6 +1869,11 @@ struct SetContentsNeedsDisplayFunctor {
|
| }
|
| };
|
|
|
| +void CompositedLayerMapping::setSquashingContentsNeedDisplay()
|
| +{
|
| + ApplyToGraphicsLayers(this, SetContentsNeedsDisplayFunctor(), ApplyToSquashingLayer);
|
| +}
|
| +
|
| void CompositedLayerMapping::setContentsNeedDisplay()
|
| {
|
| // FIXME: need to split out repaints for the background.
|
|
|