Index: Source/core/svg/SVGPatternElement.cpp |
diff --git a/Source/core/svg/SVGPatternElement.cpp b/Source/core/svg/SVGPatternElement.cpp |
index 992a79f6caa68c463764253694282e30d0a36b03..9827e874f892b1408ac414bc14dcf3cf34058ee9 100644 |
--- a/Source/core/svg/SVGPatternElement.cpp |
+++ b/Source/core/svg/SVGPatternElement.cpp |
@@ -116,7 +116,7 @@ void SVGPatternElement::childrenChanged(const ChildrenChange& change) |
return; |
if (LayoutObject* object = layoutObject()) |
- object->setNeedsLayoutAndFullPaintInvalidation(); |
+ object->setNeedsLayoutAndFullPaintInvalidation(LayoutInvalidationReason::ChildChanged); |
} |
LayoutObject* SVGPatternElement::createLayoutObject(const LayoutStyle&) |