Index: third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.h |
index 3d61e22e94d4422716fed444a4e2be3982f6cb06..8d6418aedadb30ead83d94b73830c0c295cfe8b3 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.h |
@@ -14,8 +14,8 @@ class CSSImageSliceInterpolationType : public CSSInterpolationType { |
CSSImageSliceInterpolationType(PropertyHandle property) |
: CSSInterpolationType(property) {} |
- InterpolationValue maybeConvertUnderlyingValue( |
- const InterpolationEnvironment&) const final; |
+ InterpolationValue maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState&) const final; |
PairwiseInterpolationValue maybeMergeSingles( |
InterpolationValue&& start, |
InterpolationValue&& end) const final; |