| Index: Source/core/layout/svg/LayoutSVGRoot.h
|
| diff --git a/Source/core/layout/svg/LayoutSVGRoot.h b/Source/core/layout/svg/LayoutSVGRoot.h
|
| index d7996338427de71820e7d289da2edfab18db7c1d..d2bb480f44e376c1173ea56941a2534e8e1af63f 100644
|
| --- a/Source/core/layout/svg/LayoutSVGRoot.h
|
| +++ b/Source/core/layout/svg/LayoutSVGRoot.h
|
| @@ -58,7 +58,7 @@ public:
|
| // and we need that layout to know of the new size otherwise
|
| // the layout may be incorrectly using the old size.
|
| if (m_containerSize != containerSize)
|
| - setNeedsLayoutAndFullPaintInvalidation();
|
| + setNeedsLayoutAndFullPaintInvalidation(LayoutInvalidationReason::SizeChanged);
|
| m_containerSize = containerSize;
|
| }
|
|
|
|
|