| Index: third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp b/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp
|
| index 5b4323c84adf72ff9b8a8a93b60131b2358d3cbb..f7a8f0fac2de735c67ee169128b8d99135cc1d9a 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp
|
| @@ -127,7 +127,7 @@ void ProgrammaticScrollAnimator::updateCompositorAnimations()
|
| int animationId = animation->id();
|
| int animationGroupId = animation->group();
|
|
|
| - if (addAnimation(animation.release())) {
|
| + if (addAnimation(std::move(animation))) {
|
| sentToCompositor = true;
|
| m_runState = RunState::RunningOnCompositor;
|
| m_compositorAnimationId = animationId;
|
|
|