summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/animation
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/animation')
-rw-r--r--WebCore/platform/animation/Animation.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/platform/animation/Animation.h b/WebCore/platform/animation/Animation.h
index 9e1e8e1..306a1b9 100644
--- a/WebCore/platform/animation/Animation.h
+++ b/WebCore/platform/animation/Animation.h
@@ -35,12 +35,6 @@ namespace WebCore {
const int cAnimateNone = 0;
const int cAnimateAll = -2;
-// These were in RenderStyle, but have been moved here as
-// animation-play-state is in the process of being removed.
-
-const unsigned AnimPlayStatePlaying = 0;
-const unsigned AnimPlayStatePaused = 1;
-
class Animation : public RefCounted<Animation> {
public:
~Animation();