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

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 7f38bdf78dfc123ed50894cfd913a3c4eeb00fbd..8cedf2d5a0968febac9cbd60238b26a44e142356 100644
--- a/Source/core/animation/EffectInput.cpp
+++ b/Source/core/animation/EffectInput.cpp
@@ -78,10 +78,15 @@ 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::viewBoxAttr,
+ &SVGNames::zAttr,
&XLinkNames::hrefAttr,
};
for (size_t i = 0; i < WTF_ARRAY_LENGTH(attributes); i++)

Powered by Google App Engine
This is Rietveld 408576698