| Index: Source/core/svg/SVGElement.cpp
|
| diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp
|
| index aa4e6a3056312e619babf94e56ced21ab07d6f6f..6c863167646a21756fa08e2f253acdb63350e260 100644
|
| --- a/Source/core/svg/SVGElement.cpp
|
| +++ b/Source/core/svg/SVGElement.cpp
|
| @@ -478,7 +478,7 @@ void SVGElement::invalidateRelativeLengthClients(SubtreeLayoutScope* layoutScope
|
| if (renderer->isSVGResourceContainer())
|
| toRenderSVGResourceContainer(renderer)->invalidateCacheAndMarkForLayout(layoutScope);
|
| else
|
| - renderer->setNeedsLayoutAndFullRepaint(MarkContainingBlockChain, layoutScope);
|
| + renderer->setNeedsLayoutAndFullPaintInvalidation(MarkContainingBlockChain, layoutScope);
|
| }
|
|
|
| WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::iterator end = m_elementsWithRelativeLengths.end();
|
|
|