Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp |
index 14ea841bfb4f8e638d53f6c332c998c02f8a8ec8..1f8b77067f44fd69ee27a146603b5867f8007965 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGContainer.cpp |
@@ -115,6 +115,9 @@ void LayoutSVGContainer::styleDidChange(StyleDifference diff, |
hadIsolation == |
!SVGLayoutSupport::willIsolateBlendingDescendantsForObject(this); |
+ if (isolationChanged) |
+ setNeedsPaintPropertyUpdate(); |
+ |
if (!parent() || !isolationChanged) |
return; |