| Index: third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| index 88430934824ade771888b7cd7c378f66db01ec6d..4f5f00d1f2de4d2b16e169042addd3e2988ae6db 100644
|
| --- a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| @@ -24,7 +24,7 @@ public:
|
| PassRefPtr<PropertySpecificKeyframe> startKeyframe,
|
| PassRefPtr<PropertySpecificKeyframe> endKeyframe)
|
| {
|
| - return adoptRef(new InvalidatableInterpolation(property, interpolationTypes, startKeyframe, endKeyframe));
|
| + return adoptRef(new InvalidatableInterpolation(property, interpolationTypes, std::move(startKeyframe), std::move(endKeyframe)));
|
| }
|
|
|
| PropertyHandle getProperty() const final { return m_property; }
|
|
|