| Index: third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp
|
| index 5602d3c7842a789065adf0acb7b4a5210cab54c1..608e5c3998e260fd03607b66624e3d8c7d607a2c 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp
|
| @@ -47,7 +47,7 @@ class InheritedTranslateChecker : public InterpolationType::ConversionChecker {
|
| private:
|
| InheritedTranslateChecker(
|
| PassRefPtr<TranslateTransformOperation> inheritedTranslate)
|
| - : m_inheritedTranslate(inheritedTranslate) {}
|
| + : m_inheritedTranslate(std::move(inheritedTranslate)) {}
|
|
|
| RefPtr<TransformOperation> m_inheritedTranslate;
|
| };
|
|
|