| 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 0b246d9983c9b3bc27a52042c4b79f50703aec90..edc89e59500f69f2caed43b57ce661ac39274056 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.h
|
| @@ -12,10 +12,10 @@ namespace blink {
|
|
|
| class CSSFontWeightInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSFontWeightInterpolationType(CSSPropertyID property)
|
| + CSSFontWeightInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property)
|
| {
|
| - DCHECK_EQ(property, CSSPropertyFontWeight);
|
| + DCHECK_EQ(cssProperty(), CSSPropertyFontWeight);
|
| }
|
|
|
| InterpolationValue maybeConvertUnderlyingValue(const InterpolationEnvironment&) const final;
|
|
|