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 3efd0d2056abb358d667053f3cdabae202917dd6..a695d6d05b7ef61d915100858e9b944c290e8770 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h |
@@ -20,9 +20,9 @@ class CSSSizeListInterpolationType : public CSSInterpolationType { |
double underlyingFraction, |
const InterpolationValue&, |
double interpolationFraction) const final; |
- void apply(const InterpolableValue&, |
- const NonInterpolableValue*, |
- InterpolationEnvironment&) const final; |
+ void applyStandardPropertyValue(const InterpolableValue&, |
+ const NonInterpolableValue*, |
+ StyleResolverState&) const final; |
private: |
InterpolationValue maybeConvertNeutral(const InterpolationValue& underlying, |