summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/page/animation/AnimationController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/page/animation/AnimationController.h')
-rw-r--r--Source/WebCore/page/animation/AnimationController.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/page/animation/AnimationController.h b/Source/WebCore/page/animation/AnimationController.h
index 5279467..a355f87 100644
--- a/Source/WebCore/page/animation/AnimationController.h
+++ b/Source/WebCore/page/animation/AnimationController.h
@@ -42,6 +42,7 @@ class Frame;
class Node;
class RenderObject;
class RenderStyle;
+class WebKitAnimationList;
class AnimationController {
public:
@@ -73,6 +74,8 @@ public:
static bool supportsAcceleratedAnimationOfProperty(CSSPropertyID);
+ PassRefPtr<WebKitAnimationList> animationsForRenderer(RenderObject*) const;
+
private:
AnimationControllerPrivate* m_data;
};