| Index: third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
|
| index dbfd5e849ce55cad7ca354f8825de9ea98600839..c4e87c226a16a72379b3e9b1f3b332898cb5fd98 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
|
| @@ -199,7 +199,7 @@ void CSSTextIndentInterpolationType::apply(const InterpolableValue& interpolable
|
| {
|
| const CSSTextIndentNonInterpolableValue& cssTextIndentNonInterpolableValue = toCSSTextIndentNonInterpolableValue(*nonInterpolableValue);
|
| ComputedStyle& style = *environment.state().style();
|
| - style.setTextIndent(CSSLengthInterpolationType::resolveInterpolableLength(
|
| + style.setTextIndent(CSSLengthInterpolationType::createLength(
|
| interpolableValue,
|
| cssTextIndentNonInterpolableValue.lengthNonInterpolableValue(),
|
| environment.state().cssToLengthConversionData(),
|
|
|