Index: Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp |
diff --git a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp |
index 0701cf98160e5a114a5dab89ee01be5225d94709..b62a9066e0c34d9b707be17aee5552a3a854f525 100644 |
--- a/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp |
+++ b/Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp |
@@ -2214,6 +2214,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 |