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

Unified Diff: Source/core/svg/properties/NewSVGAnimatedProperty.h

Issue 153883003: [SVG] SVGAnimatedTransform{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: haraken review 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/properties/NewSVGAnimatedProperty.h
diff --git a/Source/core/svg/properties/NewSVGAnimatedProperty.h b/Source/core/svg/properties/NewSVGAnimatedProperty.h
index 25db5c9713519d6ec9d2cfbd86f0e3fa65d4c80a..c4d351b37a74087fe6d12193d6968bac15ec1580 100644
--- a/Source/core/svg/properties/NewSVGAnimatedProperty.h
+++ b/Source/core/svg/properties/NewSVGAnimatedProperty.h
@@ -44,6 +44,7 @@ G* * Redistributions in binary form must reproduce the above
namespace WebCore {
class SVGElement;
+class SVGAnimationElement;
fs 2014/02/17 14:14:31 Needed because...?
kouhei (in TOK) 2014/02/18 02:09:15 Dropped.
class NewSVGAnimatedPropertyBase : public RefCounted<NewSVGAnimatedPropertyBase> {
public:

Powered by Google App Engine
This is Rietveld 408576698