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

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: Rename TimedItemTiming.idl to Timing.idl 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
Index: Source/core/animation/TimedItem.idl
diff --git a/Source/core/animation/TimedItem.idl b/Source/core/animation/TimedItem.idl
index 978d1ac61d9a35abb4c7f155ad48c1819eb5fa71..f5e67b95e42ddab9d5237f0aafd5dc6971508075 100644
--- a/Source/core/animation/TimedItem.idl
+++ b/Source/core/animation/TimedItem.idl
@@ -31,5 +31,6 @@
[
RuntimeEnabled=WebAnimationsAPI,
] interface TimedItem {
+ readonly attribute Timing specified;
readonly attribute Player? player;
};

Powered by Google App Engine
This is Rietveld 408576698