| Index: third_party/WebKit/Source/core/animation/CSSPathInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.cpp
|
| index 0834cfeb775c05c778cbf904bbaad0c557f3f033..a1fefec5107275684dec3162b155b8019a375b87 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.cpp
|
| @@ -42,7 +42,7 @@ class ParentPathChecker : public InterpolationType::ConversionChecker {
|
| public:
|
| static std::unique_ptr<ParentPathChecker> create(PassRefPtr<StylePath> stylePath)
|
| {
|
| - return wrapUnique(new ParentPathChecker(stylePath));
|
| + return wrapUnique(new ParentPathChecker(std::move(stylePath)));
|
| }
|
|
|
| private:
|
|
|