| Index: third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolationValue.h b/third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| index cbe42bb8a89c9a73731edc4705c32150646261c4..b8773c267b5e2fd07decdac706c4ed92e57b33cb 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationValue.h
|
| @@ -22,7 +22,7 @@ struct InterpolationValue {
|
| std::unique_ptr<InterpolableValue> interpolableValue,
|
| PassRefPtr<NonInterpolableValue> nonInterpolableValue = nullptr)
|
| : interpolableValue(std::move(interpolableValue)),
|
| - nonInterpolableValue(nonInterpolableValue) {}
|
| + nonInterpolableValue(std::move(nonInterpolableValue)) {}
|
|
|
| InterpolationValue(std::nullptr_t) {}
|
|
|
|
|