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

Unified Diff: core/animation/AnimationTimeline.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 3 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 | « core/animation/AnimationPlayer.idl ('k') | core/animation/DocumentAnimation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/animation/AnimationTimeline.idl
diff --git a/core/animation/DocumentAnimation.idl b/core/animation/AnimationTimeline.idl
similarity index 57%
copy from core/animation/DocumentAnimation.idl
copy to core/animation/AnimationTimeline.idl
index 2bfb6a74b00d388c5f585b10f2d56950155c2458..b2c627afde32566ebdcf1e2ed676180db866a19b 100644
--- a/core/animation/DocumentAnimation.idl
+++ b/core/animation/AnimationTimeline.idl
@@ -4,6 +4,8 @@
[
RuntimeEnabled=WebAnimationsAPI,
-] partial interface Document {
- readonly attribute Timeline timeline;
+ WillBeGarbageCollected,
+] interface AnimationTimeline {
+ readonly attribute double? currentTime;
+ AnimationPlayer play(AnimationNode source);
};
« no previous file with comments | « core/animation/AnimationPlayer.idl ('k') | core/animation/DocumentAnimation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698