Index: third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h |
index feefd9a6342b9a881d416ab87894fd81f0eab27d..90eb0a4901cb85eec82f1e2e1a32cde04450521e 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h |
@@ -16,8 +16,8 @@ class CSSScaleInterpolationType : public CSSInterpolationType { |
DCHECK_EQ(cssProperty(), CSSPropertyScale); |
} |
- InterpolationValue maybeConvertUnderlyingValue( |
- const InterpolationEnvironment&) const final; |
+ InterpolationValue maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState&) const final; |
void composite(UnderlyingValueOwner&, |
double underlyingFraction, |
const InterpolationValue&, |