| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| index e2f15482a7a695534ecb6aa9a261d2caff7d2124..c560c61648448cd65b9d47b562927451924e63e3 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| @@ -305,6 +305,8 @@ void LayoutSVGRoot::descendantIsolationRequirementsChanged(
|
| m_hasNonIsolatedBlendingDescendantsDirty = true;
|
| break;
|
| }
|
| + if (RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled())
|
| + setNeedsPaintPropertyUpdate();
|
| }
|
|
|
| void LayoutSVGRoot::insertedIntoTree() {
|
|
|