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 df616f534354b4f543404613f58712565b2e9865..f0b2af394fcad1af311ce4d8b432520f0aa75d3a 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h |
@@ -14,8 +14,8 @@ class CSSBasicShapeInterpolationType : public CSSInterpolationType { |
CSSBasicShapeInterpolationType(PropertyHandle property) |
: CSSInterpolationType(property) {} |
- InterpolationValue maybeConvertUnderlyingValue( |
- const InterpolationEnvironment&) const final; |
+ InterpolationValue maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState&) const final; |
PairwiseInterpolationValue maybeMergeSingles( |
InterpolationValue&& start, |
InterpolationValue&& end) const final; |