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

Unified Diff: Source/core/svg/SVGStaticStringList.cpp

Issue 153883003: [SVG] SVGAnimatedTransform{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/svg/SVGStaticStringList.cpp
diff --git a/Source/core/svg/SVGStaticStringList.cpp b/Source/core/svg/SVGStaticStringList.cpp
index 7a2697e58f25b771d670118d980740d462623b86..507ba8e3ce3934af51f67d77674387157135e940 100644
--- a/Source/core/svg/SVGStaticStringList.cpp
+++ b/Source/core/svg/SVGStaticStringList.cpp
@@ -54,7 +54,7 @@ void SVGStaticStringList::animationStarted()
ASSERT_NOT_REACHED();
}
-PassRefPtr<NewSVGPropertyBase> SVGStaticStringList::createAnimatedValue()
+PassRefPtr<NewSVGPropertyBase> SVGStaticStringList::createAnimatedValue(SVGAnimationElement*)
{
ASSERT_NOT_REACHED();
return 0;

Powered by Google App Engine
This is Rietveld 408576698