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

Unified Diff: Source/core/animation/KeyframeEffectOptions.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/KeyframeEffectModelTest.cpp ('k') | Source/core/animation/KeyframeEffectTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/KeyframeEffectOptions.idl
diff --git a/Source/core/animation/AnimationTimingProperties.idl b/Source/core/animation/KeyframeEffectOptions.idl
similarity index 96%
rename from Source/core/animation/AnimationTimingProperties.idl
rename to Source/core/animation/KeyframeEffectOptions.idl
index 10e5910a16ecc899fab510965ad68d4b0bb99b0b..95859482b40d8cca73d52b5685035bf8798269e5 100644
--- a/Source/core/animation/AnimationTimingProperties.idl
+++ b/Source/core/animation/KeyframeEffectOptions.idl
@@ -5,7 +5,7 @@
// https://w3c.github.io/web-animations/#the-animationeffecttimingproperties-dictionary
// TODO(dstockwell): Rename this to AnimationEffectTimingProperties.
-dictionary AnimationTimingProperties {
+dictionary KeyframeEffectOptions {
double delay = 0;
double endDelay = 0;
// TODO(dstockwell): The fill type should be FillMode.
« no previous file with comments | « Source/core/animation/KeyframeEffectModelTest.cpp ('k') | Source/core/animation/KeyframeEffectTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698