summaryrefslogtreecommitdiff
path: root/Source/WebCore/page/WebKitAnimation.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/page/WebKitAnimation.h')
-rw-r--r--Source/WebCore/page/WebKitAnimation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/page/WebKitAnimation.h b/Source/WebCore/page/WebKitAnimation.h
index 6bea1e5d4..bef74382a 100644
--- a/Source/WebCore/page/WebKitAnimation.h
+++ b/Source/WebCore/page/WebKitAnimation.h
@@ -59,7 +59,7 @@ public:
bool ended() const;
// direction
- enum Direction { DIRECTION_NORMAL, DIRECTION_ALTERNATE };
+ enum Direction { DIRECTION_NORMAL, DIRECTION_ALTERNATE, DIRECTION_REVERSE, DIRECTION_ALTERNATE_REVERSE };
Direction direction() const;
// fill mode