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