summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/animation/SMILTime.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/animation/SMILTime.h')
-rw-r--r--Source/WebCore/svg/animation/SMILTime.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/svg/animation/SMILTime.h b/Source/WebCore/svg/animation/SMILTime.h
index 60d1301a0..3047d97af 100644
--- a/Source/WebCore/svg/animation/SMILTime.h
+++ b/Source/WebCore/svg/animation/SMILTime.h
@@ -31,6 +31,8 @@
namespace WebCore {
+const double SMILAnimationFrameDelay = 1.0 / 60;
+
class SMILTime {
public:
SMILTime() : m_time(0) { }