Index: Source/core/animation/AnimationTimeline.idl |
diff --git a/Source/core/animation/AnimationTimeline.idl b/Source/core/animation/AnimationTimeline.idl |
index cde30e13d12375673a5623c76b74adfbf2fba667..81f42382280a1f0ce38e873a02088f888d1a90f5 100644 |
--- a/Source/core/animation/AnimationTimeline.idl |
+++ b/Source/core/animation/AnimationTimeline.idl |
@@ -13,6 +13,6 @@ |
] interface AnimationTimeline { |
attribute double? currentTime; |
attribute double playbackRate; |
- AnimationPlayer play(AnimationNode source); |
- sequence<AnimationPlayer> getAnimationPlayers(); |
+ Animation play(AnimationEffectReadOnly source); |
+ sequence<Animation> getAnimations(); |
}; |