Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: third_party/WebKit/Source/core/animation/AnimationTimeline.idl

Issue 2226623002: Remove some obsolete entries in Web Animations IDL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update global-interface-listing-expected Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/animation/AnimationTimeline.idl
diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
index 1358343edb20a2db3d61f3badf36e038616cfcd0..d43ebba4752fb2363fa8c5aeccd33b2e5c68c55d 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.idl
@@ -4,14 +4,11 @@
// http://www.w3.org/TR/web-animations/#the-animationtimeline-interface
-// TODO(dstockwell): This interface has several changes in the latest spec:
-// https://w3c.github.io/web-animations/#the-animationtimeline-interface
-
[
RuntimeEnabled=WebAnimationsAPI,
] interface AnimationTimeline {
attribute double? currentTime;
- attribute double playbackRate;
- Animation play(AnimationEffectReadOnly source);
+
+ // TODO(crbug.com/624639): Move getAnimations() to DocumentAnimatable
sequence<Animation> getAnimations();
};
« no previous file with comments | « third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698