| Index: third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.h
|
| index 8e350541118eceb4694b8c149e802974d6c978e7..d7514776b23c089e836d7b4e5e0352308bb2ff13 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.h
|
| @@ -11,10 +11,10 @@ namespace blink {
|
|
|
| class CSSTransformInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSTransformInterpolationType(CSSPropertyID property)
|
| + CSSTransformInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property)
|
| {
|
| - DCHECK_EQ(property, CSSPropertyTransform);
|
| + DCHECK_EQ(cssProperty(), CSSPropertyTransform);
|
| }
|
|
|
| InterpolationValue maybeConvertUnderlyingValue(const InterpolationEnvironment&) const final;
|
|
|