| Index: third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.h b/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.h
|
| index 9ffefaf0d2aea43309fc4a1134ac47238764fa34..adbdcd375164c7ac228b1a5cc754ac3324a5da23 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.h
|
| @@ -39,9 +39,7 @@ class SVGAnimateTransformElement final : public SVGAnimateElement {
|
|
|
| bool hasValidTarget() override;
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
|
|
| void resolveTargetProperty() override;
|
| SVGPropertyBase* createPropertyForAnimation(const String&) const override;
|
|
|