| 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 d8e0a5579bd5826be02d125589f55b7a23e33839..9643013d85f254ea90f405b8f750c84a27bae7c1 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp
|
| @@ -21,7 +21,7 @@ public:
|
|
|
| static std::unique_ptr<ParentTranslateChecker> create(PassRefPtr<TranslateTransformOperation> parentTranslate)
|
| {
|
| - return wrapUnique(new ParentTranslateChecker(parentTranslate));
|
| + return wrapUnique(new ParentTranslateChecker(std::move(parentTranslate)));
|
| }
|
|
|
| bool isValid(const InterpolationEnvironment& environment, const InterpolationValue& underlying) const final
|
|
|