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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.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/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;

Powered by Google App Engine
This is Rietveld 408576698