Index: third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h |
index 0007740882b7e4e9696f9247356a04154a897756..f548e5480f9361c31f8a5a6033a9b2218f1e31e9 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h |
@@ -21,9 +21,9 @@ class CSSLengthListInterpolationType : 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, |