| Index: third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.cpp
|
| index 54996390d12205474a717055e30bb1efb70d448d..31e568d8b038e293ee8795453b2435d699d9d75f 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.cpp
|
| @@ -111,7 +111,7 @@ InterpolationValue CSSFontSizeInterpolationType::maybeConvertValue(const CSSValu
|
|
|
| InterpolationValue CSSFontSizeInterpolationType::maybeConvertUnderlyingValue(const InterpolationEnvironment& environment) const
|
| {
|
| - return convertFontSize(environment.state().style()->specifiedFontSize());
|
| + return convertFontSize(environment.style().specifiedFontSize());
|
| }
|
|
|
| void CSSFontSizeInterpolationType::apply(const InterpolableValue& interpolableValue, const NonInterpolableValue*, InterpolationEnvironment& environment) const
|
|
|