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