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

Unified Diff: core/animation/AnimationNode.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/AnimationEffect.idl ('k') | core/animation/AnimationPlayer.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/animation/AnimationNode.idl
diff --git a/core/animation/TimedItem.idl b/core/animation/AnimationNode.idl
similarity index 93%
rename from core/animation/TimedItem.idl
rename to core/animation/AnimationNode.idl
index 34fa04dae6a16db96fd28c33742c787cf9c1cbe9..c04ede67dfc71172ad802be146c41225340829cd 100644
--- a/core/animation/TimedItem.idl
+++ b/core/animation/AnimationNode.idl
@@ -30,7 +30,8 @@
[
RuntimeEnabled=WebAnimationsAPI,
-] interface TimedItem {
+ WillBeGarbageCollected,
+] interface AnimationNode {
// Playback state
readonly attribute double? localTime;
readonly attribute unsigned long? currentIteration;
@@ -41,6 +42,6 @@
readonly attribute double activeDuration;
readonly attribute double endTime;
- readonly attribute Timing specified;
- readonly attribute Player? player;
+ readonly attribute Timing timing;
+ readonly attribute AnimationPlayer? player;
};
« no previous file with comments | « core/animation/AnimationEffect.idl ('k') | core/animation/AnimationPlayer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698