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

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: No, really. Created 5 years, 7 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/CompositorPendingAnimations.cpp ('k') | Source/core/animation/DocumentAnimations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/animation/CompositorPendingAnimations.cpp ('k') | Source/core/animation/DocumentAnimations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698