| Index: Source/core/layout/LayoutObject.cpp
|
| diff --git a/Source/core/layout/LayoutObject.cpp b/Source/core/layout/LayoutObject.cpp
|
| index 114c672095f9891f2b2832b04e168c74c7311226..86c15ed187665ecbc87e7de0b953eebda1698b90 100644
|
| --- a/Source/core/layout/LayoutObject.cpp
|
| +++ b/Source/core/layout/LayoutObject.cpp
|
| @@ -1191,6 +1191,9 @@ void LayoutObject::invalidateDisplayItemClients(const LayoutBoxModelObject& pain
|
| {
|
| ASSERT(RuntimeEnabledFeatures::slimmingPaintEnabled());
|
| paintInvalidationContainer.invalidateDisplayItemClientOnBacking(*this);
|
| +
|
| + if (RuntimeEnabledFeatures::slimmingPaintV2Enabled())
|
| + enclosingLayer()->setNeedsRepaint();
|
| }
|
|
|
| LayoutRect LayoutObject::boundsRectForPaintInvalidation(const LayoutBoxModelObject* paintInvalidationContainer, const PaintInvalidationState* paintInvalidationState) const
|
|
|