Index: third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h |
index a59078938eb3575c8d8aec1520936cdd5fec788a..df616f534354b4f543404613f58712565b2e9865 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h |
@@ -23,9 +23,9 @@ class CSSBasicShapeInterpolationType : 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, |