Chromium Code Reviews| Index: third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp |
| diff --git a/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp |
| index e15d0981cfc82e652349dbde6655229265da7b35..bc4a9f4f32692b78b8dcdda62f8158e4ad05f5b3 100644 |
| --- a/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp |
| +++ b/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp |
| @@ -241,7 +241,7 @@ PairwiseInterpolationValue CSSClipInterpolationType::maybeMergeSingles( |
| return nullptr; |
| return PairwiseInterpolationValue(std::move(start.interpolableValue), |
| std::move(end.interpolableValue), |
| - start.nonInterpolableValue.release()); |
| + std::move(start.nonInterpolableValue)); |
|
alancutter (OOO until 2018)
2017/01/11 05:14:20
Yay consistency.
|
| } |
| void CSSClipInterpolationType::composite( |