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

Unified Diff: third_party/WebKit/Source/core/animation/AnimationEffect.cpp

Issue 2228773002: Remove AnimationEffectTimingProperties playbackRate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@idl-updates
Patch Set: Add TODO Created 4 years, 4 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 | « no previous file | third_party/WebKit/Source/core/animation/AnimationEffectTimingProperties.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/animation/AnimationEffect.cpp
diff --git a/third_party/WebKit/Source/core/animation/AnimationEffect.cpp b/third_party/WebKit/Source/core/animation/AnimationEffect.cpp
index a59ed5544104468d01230192841afe4b28c068c9..82c4d950d251c07d9be3aeb593b48e7b6acb0141 100644
--- a/third_party/WebKit/Source/core/animation/AnimationEffect.cpp
+++ b/third_party/WebKit/Source/core/animation/AnimationEffect.cpp
@@ -121,7 +121,6 @@ void AnimationEffect::getComputedTiming(ComputedTimingProperties& computedTiming
duration.setUnrestrictedDouble(iterationDuration() * 1000);
computedTiming.setDuration(duration);
- computedTiming.setPlaybackRate(specifiedTiming().playbackRate);
computedTiming.setDirection(Timing::playbackDirectionString(specifiedTiming().direction));
computedTiming.setEasing(specifiedTiming().timingFunction->toString());
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/AnimationEffectTimingProperties.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698