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