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