Index: third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp |
index 2c5699eb773bb9594bb18b4fee7ebbd73cfa9470..1c5c182cf0ceb9df1cbb625eeafc3f79f8c81636 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp |
@@ -127,9 +127,10 @@ InterpolationValue CSSFontWeightInterpolationType::maybeConvertValue( |
} |
} |
-InterpolationValue CSSFontWeightInterpolationType::maybeConvertUnderlyingValue( |
- const InterpolationEnvironment& environment) const { |
- return createFontWeightValue(environment.state().style()->fontWeight()); |
+InterpolationValue |
+CSSFontWeightInterpolationType::maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState& state) const { |
+ return createFontWeightValue(state.style()->fontWeight()); |
} |
void CSSFontWeightInterpolationType::applyStandardPropertyValue( |