Index: third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h |
index a695d6d05b7ef61d915100858e9b944c290e8770..47a00742278b2eb86403d3fd967830f7cc92a84f 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h |
@@ -14,8 +14,8 @@ class CSSSizeListInterpolationType : public CSSInterpolationType { |
CSSSizeListInterpolationType(PropertyHandle property) |
: CSSInterpolationType(property) {} |
- InterpolationValue maybeConvertUnderlyingValue( |
- const InterpolationEnvironment&) const final; |
+ InterpolationValue maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState&) const final; |
void composite(UnderlyingValueOwner&, |
double underlyingFraction, |
const InterpolationValue&, |