| Index: Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp
|
| diff --git a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp
|
| index ff9151aac9a36797b0029dedc8093deb200bf711..d9e05de4c8627ea1bff0c2e08b7aa5fb8a52a442 100644
|
| --- a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp
|
| +++ b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp
|
| @@ -2220,6 +2220,9 @@ void CompositedDeprecatedPaintLayerMapping::paintContents(const GraphicsLayer* g
|
| if (Page* page = layoutObject()->frame()->page())
|
| page->setIsPainting(false);
|
| #endif
|
| +
|
| + if (RuntimeEnabledFeatures::slimmingPaintV2Enabled())
|
| + m_owningLayer.layoutObject()->clearRepaintFlagsRecursively();
|
| }
|
|
|
| bool CompositedDeprecatedPaintLayerMapping::isTrackingPaintInvalidations() const
|
|
|