| 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 169189579855b8d5ea218794561d90c04a90d430..ec34e31308e71cac614bbabcd003889a077ed12e 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.h
|
| @@ -11,10 +11,10 @@ namespace blink {
|
|
|
| class CSSFontSizeInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSFontSizeInterpolationType(CSSPropertyID property)
|
| + CSSFontSizeInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property)
|
| {
|
| - DCHECK_EQ(property, CSSPropertyFontSize);
|
| + DCHECK_EQ(cssProperty(), CSSPropertyFontSize);
|
| }
|
|
|
| InterpolationValue maybeConvertUnderlyingValue(const InterpolationEnvironment&) const final;
|
|
|