Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(611)

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h

Issue 2623513005: Introduce Element::AttributeModificationParams (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698