Index: third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.h |
index c6ddb851b4076ec566bc84487c7867d2da29a1ca..37b83eccc4e9976c6f812a577dbc3913928a98b8 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.h |
@@ -16,8 +16,8 @@ class CSSTextIndentInterpolationType : public CSSInterpolationType { |
DCHECK_EQ(cssProperty(), CSSPropertyTextIndent); |
} |
- InterpolationValue maybeConvertUnderlyingValue( |
- const InterpolationEnvironment&) const final; |
+ InterpolationValue maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState&) const final; |
PairwiseInterpolationValue maybeMergeSingles( |
InterpolationValue&& start, |
InterpolationValue&& end) const final; |