summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGStopElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGStopElement.cpp')
-rw-r--r--WebCore/svg/SVGStopElement.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/svg/SVGStopElement.cpp b/WebCore/svg/SVGStopElement.cpp
index cd78a46..10bd9ae 100644
--- a/WebCore/svg/SVGStopElement.cpp
+++ b/WebCore/svg/SVGStopElement.cpp
@@ -32,6 +32,9 @@
namespace WebCore {
+// Animated property definitions
+DEFINE_ANIMATED_NUMBER(SVGStopElement, SVGNames::offsetAttr, Offset, offset)
+
inline SVGStopElement::SVGStopElement(const QualifiedName& tagName, Document* document)
: SVGStyledElement(tagName, document)
, m_offset(0)