| Index: third_party/WebKit/Source/core/animation/KeyframeEffectModel.h
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffectModel.h b/third_party/WebKit/Source/core/animation/KeyframeEffectModel.h
|
| index 269047c632fbfc0534faa112ce4637784b0ec9c0..bd056e5171f8856b246eab272b94ccc476069a54 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffectModel.h
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffectModel.h
|
| @@ -142,7 +142,7 @@ class CORE_EXPORT KeyframeEffectModelBase : public EffectModel {
|
| : m_lastIteration(0),
|
| m_lastFraction(std::numeric_limits<double>::quiet_NaN()),
|
| m_lastIterationDuration(0),
|
| - m_defaultKeyframeEasing(defaultKeyframeEasing),
|
| + m_defaultKeyframeEasing(std::move(defaultKeyframeEasing)),
|
| m_hasSyntheticKeyframes(false),
|
| m_needsCompositorKeyframesSnapshot(true) {}
|
|
|
|
|