| 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 e3f655296d8591fd60c42c3b70534e65d7c0b53d..5fa5213ce467cac06370ef897c895fe70b212b2a 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
|
| @@ -165,7 +165,7 @@ InterpolationValue CSSTextIndentInterpolationType::MaybeConvertValue(
|
| line = TextIndentLine::kEachLine;
|
| else if (item->IsIdentifierValue() &&
|
| ToCSSIdentifierValue(*item).GetValueID() == CSSValueHanging)
|
| - type = kTextIndentHanging;
|
| + type = TextIndentType::kHanging;
|
| else
|
| length = LengthInterpolationFunctions::MaybeConvertCSSValue(*item);
|
| }
|
|
|