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

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

Issue 1113173003: Web Animations: Update naming to reflect spec changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use new API in layout tests Created 5 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: Source/core/animation/ComputedTimingProperties.idl
diff --git a/Source/core/animation/ComputedTimingProperties.idl b/Source/core/animation/ComputedTimingProperties.idl
index cde76f590d7bc466abaee74a9a81855646659149..71e053007648d6abb3af2e5ad6dffbb65eea9ca5 100644
--- a/Source/core/animation/ComputedTimingProperties.idl
+++ b/Source/core/animation/ComputedTimingProperties.idl
@@ -4,7 +4,7 @@
// https://w3c.github.io/web-animations/#the-computedtimingproperties-dictionary
-dictionary ComputedTimingProperties : AnimationTimingProperties {
+dictionary ComputedTimingProperties : KeyframeEffectOptions {
// TODO(dstockwell): There is no startTime member in the spec.
double startTime;
unrestricted double endTime;

Powered by Google App Engine
This is Rietveld 408576698