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..c72fd1f777a201b6e0bd4255c0dc5cdcaa05068d 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::kLowestCommonMultiple, |
CSSImageInterpolationType::StaticMergeSingleConversions); |
} |