| Index: third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h
|
| index ba120f2712a4bd30c5e6df46c517ff4c087253f6..a5128f42450541b709bb3de2300920ee6ca5a5ea 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h
|
| @@ -13,8 +13,7 @@ class CSSOffsetRotateInterpolationType : public CSSInterpolationType {
|
| public:
|
| CSSOffsetRotateInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property) {
|
| - DCHECK(CssProperty() == CSSPropertyOffsetRotate ||
|
| - CssProperty() == CSSPropertyOffsetRotation);
|
| + DCHECK(CssProperty() == CSSPropertyOffsetRotate);
|
| }
|
|
|
| InterpolationValue MaybeConvertStandardPropertyUnderlyingValue(
|
|
|