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

Unified Diff: third_party/WebKit/Source/core/svg/SVGTextPositioningElement.cpp

Issue 2436793002: Simplify SVGAnimated* initialization (Closed)
Patch Set: Created 4 years, 2 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/SVGTextPositioningElement.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.cpp b/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.cpp
index c6a2c85383418a1af57a34ca1cd9faac64919e90..324ed539a50531836242afa487c6279fa6ccf08b 100644
--- a/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.cpp
@@ -47,9 +47,7 @@ SVGTextPositioningElement::SVGTextPositioningElement(
this,
SVGNames::dyAttr,
SVGLengthList::create(SVGLengthMode::Height))),
- m_rotate(SVGAnimatedNumberList::create(this,
- SVGNames::rotateAttr,
- SVGNumberList::create())) {
+ m_rotate(SVGAnimatedNumberList::create(this, SVGNames::rotateAttr)) {
addToPropertyMap(m_x);
addToPropertyMap(m_y);
addToPropertyMap(m_dx);
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPatternElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGViewSpec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698