| 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 828948f80cc5ac6dc03b1df4a8b19d41fb65a936..aa846e42b8bcd4e15832344bad46746e70f52983 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.h
|
| @@ -17,7 +17,7 @@ class CSSTextIndentInterpolationType : public CSSInterpolationType {
|
| }
|
|
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const final;
|
| + const ComputedStyle&) const final;
|
| PairwiseInterpolationValue maybeMergeSingles(
|
| InterpolationValue&& start,
|
| InterpolationValue&& end) const final;
|
|
|