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