Index: third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp |
index 3af3c3a8f335425fca7a04276d101c7a501ab006..aeba30d5c10cd2cf14ef94d8d40772f628222627 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp |
@@ -162,9 +162,10 @@ InterpolationValue CSSFilterListInterpolationType::maybeConvertValue( |
NonInterpolableList::create(std::move(nonInterpolableValues))); |
} |
-InterpolationValue CSSFilterListInterpolationType::maybeConvertUnderlyingValue( |
- const InterpolationEnvironment& environment) const { |
- const ComputedStyle& style = *environment.state().style(); |
+InterpolationValue |
+CSSFilterListInterpolationType::maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState& state) const { |
+ const ComputedStyle& style = *state.style(); |
return convertFilterList( |
FilterListPropertyFunctions::getFilterList(cssProperty(), style), |
style.effectiveZoom()); |