| Index: third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
|
| index 5b4a295dcdfa9a3f062e3b32eb20bbcbb6d354d5..680618da4f86a81c63ea2558754179e6a6758dca 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
|
| @@ -40,9 +40,7 @@ class SVGAnimateMotionElement final : public SVGAnimationElement {
|
|
|
| bool hasValidTarget() override;
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
|
|
| void resetAnimatedType() override;
|
| void clearAnimatedType() override;
|
|
|