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

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

Issue 1943223002: Web Animations: Add AnimationEffectTimingProperties IDL dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_nullableNull
Patch Set: https Created 4 years, 8 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: third_party/WebKit/Source/core/animation/ComputedTimingProperties.idl
diff --git a/third_party/WebKit/Source/core/animation/ComputedTimingProperties.idl b/third_party/WebKit/Source/core/animation/ComputedTimingProperties.idl
index 1df661e046f575e860bcb44c75b3c970dfdbc476..1719f70e778d3a70a3dc1f7bad52c0b13e04d1d2 100644
--- a/third_party/WebKit/Source/core/animation/ComputedTimingProperties.idl
+++ b/third_party/WebKit/Source/core/animation/ComputedTimingProperties.idl
@@ -4,7 +4,7 @@
// https://w3c.github.io/web-animations/#the-computedtimingproperties-dictionary
-dictionary ComputedTimingProperties : KeyframeEffectOptions {
+dictionary ComputedTimingProperties : AnimationEffectTimingProperties {
unrestricted double endTime;
unrestricted double activeDuration;
double? localTime;

Powered by Google App Engine
This is Rietveld 408576698