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

Unified Diff: Source/core/animation/TimingInput.h

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/TimingCalculationsTest.cpp ('k') | Source/core/animation/TimingInput.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/TimingInput.h
diff --git a/Source/core/animation/TimingInput.h b/Source/core/animation/TimingInput.h
index bd082dab6e9c357dda5e1a2724f61d3080cbd2ef..22a08f77ad44fdae12af8b9548dafc282afcaa4d 100644
--- a/Source/core/animation/TimingInput.h
+++ b/Source/core/animation/TimingInput.h
@@ -11,11 +11,11 @@
namespace blink {
class Dictionary;
-class AnimationTimingProperties;
+class KeyframeEffectOptions;
class CORE_EXPORT TimingInput {
public:
- static Timing convert(const AnimationTimingProperties& timingInput);
+ static Timing convert(const KeyframeEffectOptions& timingInput);
static Timing convert(double duration);
static void setStartDelay(Timing&, double startDelay);
« no previous file with comments | « Source/core/animation/TimingCalculationsTest.cpp ('k') | Source/core/animation/TimingInput.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698