Index: third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.h |
index 010464db8519e71649b15cec70ab06e69eb7391f..3cd69ab9a6d34c225ec917b2c3b4c341adc2073c 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.h |
@@ -14,8 +14,8 @@ class CSSFilterListInterpolationType : public CSSInterpolationType { |
CSSFilterListInterpolationType(PropertyHandle property) |
: CSSInterpolationType(property) {} |
- InterpolationValue maybeConvertUnderlyingValue( |
- const InterpolationEnvironment&) const final; |
+ InterpolationValue maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState&) const final; |
PairwiseInterpolationValue maybeMergeSingles( |
InterpolationValue&& start, |
InterpolationValue&& end) const final; |