summaryrefslogtreecommitdiffstats
path: root/WebCore/page/animation/KeyframeAnimation.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/animation/KeyframeAnimation.h')
-rw-r--r--WebCore/page/animation/KeyframeAnimation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/page/animation/KeyframeAnimation.h b/WebCore/page/animation/KeyframeAnimation.h
index a187f35..5099b50 100644
--- a/WebCore/page/animation/KeyframeAnimation.h
+++ b/WebCore/page/animation/KeyframeAnimation.h
@@ -90,6 +90,7 @@ private:
// The order in which this animation appears in the animation-name style.
int m_index;
+ bool m_startEventDispatched;
// The style just before we started animation
RefPtr<RenderStyle> m_unanimatedStyle;