| Index: third_party/WebKit/Source/core/animation/InterpolableValue.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolableValue.h b/third_party/WebKit/Source/core/animation/InterpolableValue.h
|
| index 97944a0c930800711520481801be1202f8306a15..7bdb787fc1fe4f692715672aa72d5947941bf8a0 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolableValue.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolableValue.h
|
| @@ -161,7 +161,7 @@ class InterpolableAnimatableValue : public InterpolableValue {
|
| public:
|
| static std::unique_ptr<InterpolableAnimatableValue> create(PassRefPtr<AnimatableValue> value)
|
| {
|
| - return wrapUnique(new InterpolableAnimatableValue(value));
|
| + return wrapUnique(new InterpolableAnimatableValue(std::move(value)));
|
| }
|
|
|
| bool isAnimatableValue() const final { return true; }
|
|
|