| Index: Source/core/svg/SVGComponentTransferFunctionElement.h
|
| diff --git a/Source/core/svg/SVGComponentTransferFunctionElement.h b/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| index 84726205eaba2336695e2520ede8f6569fad4ab1..69a1b6b93efd5a88f634fdc376adb113fdf04c55 100644
|
| --- a/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| +++ b/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| @@ -53,7 +53,7 @@ protected:
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void svgAttributeChanged(const QualifiedName&) override final;
|
|
|
| - virtual bool layoutObjectIsNeeded(const LayoutStyle&) override final { return false; }
|
| + virtual bool layoutObjectIsNeeded(const ComputedStyle&) override final { return false; }
|
|
|
| private:
|
| RefPtrWillBeMember<SVGAnimatedNumberList> m_tableValues;
|
|
|