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

Unified Diff: Source/core/animation/EffectInput.cpp

Issue 1068973004: Web Animations: Support animation of SVG number attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 8 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: Source/core/animation/EffectInput.cpp
diff --git a/Source/core/animation/EffectInput.cpp b/Source/core/animation/EffectInput.cpp
index 8dcf8051ea2ce065cfe7d0a1244dff84cc4f1279..f98cb2c49e751080c7d17c1be29596e834f5f549 100644
--- a/Source/core/animation/EffectInput.cpp
+++ b/Source/core/animation/EffectInput.cpp
@@ -78,9 +78,14 @@ const QualifiedName* supportedSVGAttribute(const String& property, SVGElement* s
&SVGNames::clipPathUnitsAttr,
&SVGNames::edgeModeAttr,
&SVGNames::filterResAttr,
+ &SVGNames::offsetAttr,
&SVGNames::orderAttr,
&SVGNames::orientAttr,
+ &SVGNames::pathLengthAttr,
&SVGNames::pointsAttr,
+ &SVGNames::tableValuesAttr,
+ &SVGNames::valuesAttr,
+ &SVGNames::zAttr,
&XLinkNames::hrefAttr,
};
for (size_t i = 0; i < WTF_ARRAY_LENGTH(attributes); i++)

Powered by Google App Engine
This is Rietveld 408576698