| Index: Source/core/svg/SVGGradientElement.cpp
|
| diff --git a/Source/core/svg/SVGGradientElement.cpp b/Source/core/svg/SVGGradientElement.cpp
|
| index 67bc605b400d1efdf0957c90a63f95fcae7ed757..3a3c53c4b9ab2538de1a19530bd426d5c59212a6 100644
|
| --- a/Source/core/svg/SVGGradientElement.cpp
|
| +++ b/Source/core/svg/SVGGradientElement.cpp
|
| @@ -97,7 +97,7 @@ void SVGGradientElement::childrenChanged(const ChildrenChange& change)
|
| return;
|
|
|
| if (LayoutObject* object = layoutObject())
|
| - object->setNeedsLayoutAndFullPaintInvalidation();
|
| + object->setNeedsLayoutAndFullPaintInvalidation(LayoutInvalidationReason::ChildChanged);
|
| }
|
|
|
| Vector<Gradient::ColorStop> SVGGradientElement::buildStops()
|
|
|