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

Unified Diff: Source/core/animation/TimedItem.idl

Issue 152853003: Web Animations API: Bindings for TimedItem.specified with readonly attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix timed-item-specified-getters.html (mashed in rebase) Created 6 years, 10 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 | « Source/core/animation/TimedItem.h ('k') | Source/core/animation/TimedItemTiming.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/TimedItem.idl
diff --git a/Source/core/animation/TimedItem.idl b/Source/core/animation/TimedItem.idl
index 556fcfa3d5a9e93b17beaf2bdf3cebdb13789cb9..34fa04dae6a16db96fd28c33742c787cf9c1cbe9 100644
--- a/Source/core/animation/TimedItem.idl
+++ b/Source/core/animation/TimedItem.idl
@@ -41,5 +41,6 @@
readonly attribute double activeDuration;
readonly attribute double endTime;
+ readonly attribute Timing specified;
readonly attribute Player? player;
};
« no previous file with comments | « Source/core/animation/TimedItem.h ('k') | Source/core/animation/TimedItemTiming.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698