Chromium Code Reviews
DescriptionRemove AnimationEffectTimingProperties playbackRate
The playbackRate property in AnimationEffectTimingProperties.idl is no longer
part of the spec. This patch removes it and places that expect
ComputedTimingProperties and KeyframeEffectOptions (which inherit from
AnimationEffectTimingProperties) to have playbackRate fields.
The playbackRate field of the Timing object, which in TimingInput.cpp is
initialized from the AnimationEffectTimingProperties playbackRate field, is left
intact because it is more widely used through the code. A dummy 1.0 value is
used instead in this one location.
BUG=624639
Committed: https://crrev.com/b084e73aae95c6324c39ae87e74a5412b85df0d2
Cr-Commit-Position: refs/heads/master@{#411237}
Patch Set 1 #Patch Set 2 : Rebase and update devtools AnimationModel.js #
Total comments: 1
Patch Set 3 : Add TODO #Messages
Total messages: 20 (9 generated)
|