| Index: third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp
|
| index b9383a3dc87ebc4f1787b91283447b98c2370c46..e14f5169a67eaaf9500abd5f615ab1b3fb86d8bf 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp
|
| @@ -191,7 +191,8 @@ PairwiseInterpolationValue CSSFilterListInterpolationType::maybeMergeSingles(
|
| std::move(end.interpolableValue),
|
| start.nonInterpolableValue.release());
|
|
|
| - // Extend the shorter InterpolableList with neutral values that are compatible with corresponding filters in the longer list.
|
| + // Extend the shorter InterpolableList with neutral values that are compatible
|
| + // with corresponding filters in the longer list.
|
| InterpolationValue& shorter = startLength < endLength ? start : end;
|
| InterpolationValue& longer = startLength < endLength ? end : start;
|
| size_t shorterLength =
|
|
|