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