| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp
|
| index cf71bf91bd0eb45ceb1f967e70640944a349b6f0..99949bfe3464c9551c2e715248652bc362f40ef1 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp
|
| @@ -47,7 +47,7 @@ PassRefPtr<Interpolation> AnimatableValueKeyframe::PropertySpecificKeyframe::cre
|
|
|
| PassRefPtr<Keyframe::PropertySpecificKeyframe> AnimatableValueKeyframe::PropertySpecificKeyframe::neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const
|
| {
|
| - return create(offset, easing, AnimatableValue::neutralValue(), EffectModel::CompositeAdd);
|
| + return create(offset, std::move(easing), AnimatableValue::neutralValue(), EffectModel::CompositeAdd);
|
| }
|
|
|
| } // namespace blink
|
|
|