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