| Index: third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp
|
| index 75baff91ac1bf3bb035d2a4b7db35fcd9d60cfd4..40fe32b3d2ccf60ab95bc76825676fad47e598fb 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp
|
| @@ -45,7 +45,7 @@ class UnderlyingFilterListChecker
|
| private:
|
| UnderlyingFilterListChecker(
|
| PassRefPtr<NonInterpolableList> nonInterpolableList)
|
| - : m_nonInterpolableList(nonInterpolableList) {}
|
| + : m_nonInterpolableList(std::move(nonInterpolableList)) {}
|
|
|
| RefPtr<NonInterpolableList> m_nonInterpolableList;
|
| };
|
|
|