| Index: cc/animation/animation_player.cc
|
| diff --git a/cc/animation/animation_player.cc b/cc/animation/animation_player.cc
|
| index 4749eecee0737038a94979478fda5c2d3f3e642a..9edb27111f92c30d5bae87b3740e9e62a87a8429 100644
|
| --- a/cc/animation/animation_player.cc
|
| +++ b/cc/animation/animation_player.cc
|
| @@ -1035,8 +1035,8 @@ void AnimationPlayer::PurgeAnimationsMarkedForDeletion() {
|
|
|
| void AnimationPlayer::PushNewAnimationsToImplThread(
|
| AnimationPlayer* animation_player_impl) const {
|
| - // Any new animations owned by the main thread's ElementAnimations are cloned
|
| - // and added to the impl thread's ElementAnimations.
|
| + // Any new animations owned by the main thread's AnimationPlayer are cloned
|
| + // and added to the impl thread's AnimationPlayer.
|
| for (size_t i = 0; i < animations_.size(); ++i) {
|
| // If the animation is already running on the impl thread, there is no
|
| // need to copy it over.
|
|
|