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

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

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.h
diff --git a/Source/core/svg/SVGStaticStringList.h b/Source/core/svg/SVGStaticStringList.h
index e45cb9ec9c8e5c91710610888c326719a1aa5375..13e95eb7860ce0bdbd61586a59fc736cc87caec7 100644
--- a/Source/core/svg/SVGStaticStringList.h
+++ b/Source/core/svg/SVGStaticStringList.h
@@ -52,7 +52,7 @@ public:
// NewSVGAnimatedPropertyBase:
virtual NewSVGPropertyBase* currentValueBase() OVERRIDE;
virtual void animationStarted() OVERRIDE;
- virtual PassRefPtr<NewSVGPropertyBase> createAnimatedValue() OVERRIDE;
+ virtual PassRefPtr<NewSVGPropertyBase> createAnimatedValue(SVGAnimationElement*) OVERRIDE;
virtual void setAnimatedValue(PassRefPtr<NewSVGPropertyBase>) OVERRIDE;
virtual void animationEnded() OVERRIDE;
virtual void animValWillChange() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698