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 72522469ed8a4adbd521c29adde30d9b677f4be0..faaa891813eb181ee70c0e48e030ecd29c5b648e 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.cpp |
@@ -126,9 +126,10 @@ InterpolationValue CSSFontSizeInterpolationType::maybeConvertValue( |
conversionCheckers); |
} |
-InterpolationValue CSSFontSizeInterpolationType::maybeConvertUnderlyingValue( |
- const InterpolationEnvironment& environment) const { |
- return convertFontSize(environment.state().style()->specifiedFontSize()); |
+InterpolationValue |
+CSSFontSizeInterpolationType::maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState& state) const { |
+ return convertFontSize(state.style()->specifiedFontSize()); |
} |
void CSSFontSizeInterpolationType::applyStandardPropertyValue( |