| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index 700bdb118a76907c67efb4ea6adefb67b5d59d45..2f3063bfac4406eedfe2e6691842d84358d16428 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -210,7 +210,7 @@ protected:
|
| static CSSPropertyID cssPropertyIdForSVGAttributeName(const QualifiedName&);
|
| void updateRelativeLengthsInformation() { updateRelativeLengthsInformation(selfHasRelativeLengths(), this); }
|
| void updateRelativeLengthsInformation(bool hasRelativeLengths, SVGElement*);
|
| - static void markForLayoutAndParentResourceInvalidation(LayoutObject*);
|
| + static void markForLayoutAndParentResourceInvalidation(LayoutObject*, SubtreeLayoutScope* = nullptr);
|
|
|
| virtual bool selfHasRelativeLengths() const { return false; }
|
|
|
|
|