| 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 fd0f0dd37b5ef36735042e41b698123efc3f797a..d83662c146bf7bfdd7f45d8722dc1b0aa17f97b8 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSOffsetRotationInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSOffsetRotationInterpolationType.h
|
| @@ -13,7 +13,8 @@ class CSSOffsetRotationInterpolationType : public CSSInterpolationType {
|
| public:
|
| CSSOffsetRotationInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property) {
|
| - DCHECK_EQ(cssProperty(), CSSPropertyOffsetRotation);
|
| + DCHECK(cssProperty() == CSSPropertyOffsetRotate ||
|
| + cssProperty() == CSSPropertyOffsetRotation);
|
| }
|
|
|
| InterpolationValue maybeConvertUnderlyingValue(
|
|
|