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