| Index: third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.h
|
| index aa915336e5b433127bae03d92d56bddd2a7a865a..b1814abe2adefcc11c8c70708a1a8b740aeecd2b 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.h
|
| @@ -30,7 +30,7 @@ class CSSFontSizeInterpolationType : public CSSInterpolationType {
|
| InterpolationValue maybeConvertInherit(const StyleResolverState&,
|
| ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertValue(const CSSValue&,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const final;
|
| };
|
|
|
|
|