| 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 1a69b4332e6c279f15c35b793069bb141ba6c232..355f077f9c8a22218ea5159f96f5b3e5cacba813 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.cpp
|
| @@ -129,8 +129,8 @@ InterpolationValue CSSFontSizeInterpolationType::maybeConvertValue(
|
|
|
| InterpolationValue
|
| CSSFontSizeInterpolationType::maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState& state) const {
|
| - return convertFontSize(state.style()->specifiedFontSize());
|
| + const ComputedStyle& style) const {
|
| + return convertFontSize(style.specifiedFontSize());
|
| }
|
|
|
| void CSSFontSizeInterpolationType::applyStandardPropertyValue(
|
|
|