| Index: third_party/WebKit/Source/core/animation/SizeInterpolationFunctions.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/SizeInterpolationFunctions.cpp b/third_party/WebKit/Source/core/animation/SizeInterpolationFunctions.cpp
|
| index 505ab0c45ef1c35cf7ca8ff82442de5979222ecb..5998eba4b788c1297d9f8111c15d830b81c50bf9 100644
|
| --- a/third_party/WebKit/Source/core/animation/SizeInterpolationFunctions.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/SizeInterpolationFunctions.cpp
|
| @@ -20,7 +20,7 @@ public:
|
|
|
| static PassRefPtr<CSSSizeNonInterpolableValue> create(PassRefPtr<NonInterpolableValue> lengthNonInterpolableValue)
|
| {
|
| - return adoptRef(new CSSSizeNonInterpolableValue(lengthNonInterpolableValue));
|
| + return adoptRef(new CSSSizeNonInterpolableValue(std::move(lengthNonInterpolableValue)));
|
| }
|
|
|
| bool isKeyword() const { return m_keyword != CSSValueInvalid; }
|
|
|