Index: core/animation/AnimationTimeline.idl |
diff --git a/core/animation/AnimationTimeline.idl b/core/animation/AnimationTimeline.idl |
index b2c627afde32566ebdcf1e2ed676180db866a19b..31b1648da192ee605f6702f1e35712a563141eee 100644 |
--- a/core/animation/AnimationTimeline.idl |
+++ b/core/animation/AnimationTimeline.idl |
@@ -8,4 +8,5 @@ |
] interface AnimationTimeline { |
readonly attribute double? currentTime; |
AnimationPlayer play(AnimationNode source); |
+ sequence<AnimationPlayer> getAnimationPlayers(); |
}; |