| 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 37b83eccc4e9976c6f812a577dbc3913928a98b8..828948f80cc5ac6dc03b1df4a8b19d41fb65a936 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.h
|
| @@ -37,7 +37,7 @@ class CSSTextIndentInterpolationType : public CSSInterpolationType {
|
| InterpolationValue maybeConvertInherit(const StyleResolverState&,
|
| ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertValue(const CSSValue&,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const final;
|
| };
|
|
|
|
|