| Index: third_party/WebKit/Source/core/animation/Animation.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/Animation.cpp b/third_party/WebKit/Source/core/animation/Animation.cpp
|
| index 6950a9261e13653e1fdaef41837d5532bad0322a..e4645492e01c9616335f13fe8f9c877624ebd350 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.cpp
|
| @@ -801,7 +801,8 @@ bool Animation::MaybeStartAnimationOnCompositor(
|
| DCHECK_NE(compositor_group_, 0);
|
| return ToKeyframeEffectReadOnly(content_.Get())
|
| ->MaybeStartAnimationOnCompositor(compositor_group_, start_time,
|
| - time_offset, playback_rate_);
|
| + time_offset, playback_rate_,
|
| + compositor_player_->Player());
|
| }
|
|
|
| void Animation::SetCompositorPending(bool effect_changed) {
|
|
|