Index: third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp |
index bec967f041c701ecf9f3d2fd4f4530bc5c5f15fb..ae4f2076811176fd40265a15f7e1b91930971ce6 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp |
@@ -261,10 +261,10 @@ InterpolationValue CSSBorderImageLengthBoxInterpolationType::maybeConvertValue( |
SideNumbers(quad), std::move(nonInterpolableValues))); |
} |
-InterpolationValue |
-CSSBorderImageLengthBoxInterpolationType::maybeConvertUnderlyingValue( |
- const InterpolationEnvironment& environment) const { |
- const ComputedStyle& style = *environment.state().style(); |
+InterpolationValue CSSBorderImageLengthBoxInterpolationType:: |
+ maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState& state) const { |
+ const ComputedStyle& style = *state.style(); |
return convertBorderImageLengthBox( |
BorderImageLengthBoxPropertyFunctions::getBorderImageLengthBox( |
cssProperty(), style), |