| Index: third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp
|
| index 82d4d697194b13061829e61fc18f3090dd3e14cc..19ee26dd8b8a2c1354c7113fea5c512837bb16d3 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp
|
| @@ -147,6 +147,7 @@ PairwiseInterpolationValue CSSImageListInterpolationType::MaybeMergeSingles(
|
| InterpolationValue&& end) const {
|
| return ListInterpolationFunctions::MaybeMergeSingles(
|
| std::move(start), std::move(end),
|
| + ListInterpolationFunctions::LengthMatchingStrategy::kLowestCommonMultiple,
|
| CSSImageInterpolationType::StaticMergeSingleConversions);
|
| }
|
|
|
|
|