| Index: third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| index 0efabbd64d2351dc72175719f8109724c1936b9f..04f324b1a9d4199d154cbd27f59a97a4ce44c5b5 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| @@ -129,7 +129,7 @@ void CSSLengthListInterpolationType::apply(const InterpolableValue& interpolable
|
| DCHECK_EQ(nonInterpolableList.length(), length);
|
| Vector<Length> result(length);
|
| for (size_t i = 0; i < length; i++) {
|
| - result[i] = CSSLengthInterpolationType::resolveInterpolableLength(
|
| + result[i] = CSSLengthInterpolationType::createLength(
|
| *interpolableList.get(i),
|
| nonInterpolableList.get(i),
|
| environment.state().cssToLengthConversionData(),
|
|
|