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..45fafdaeebd69203da333990f4a59b1c90581ec2 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSOffsetRotationInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSOffsetRotationInterpolationType.h |
@@ -13,7 +13,6 @@ class CSSOffsetRotationInterpolationType : public CSSInterpolationType { |
public: |
CSSOffsetRotationInterpolationType(PropertyHandle property) |
: CSSInterpolationType(property) { |
- DCHECK_EQ(cssProperty(), CSSPropertyOffsetRotation); |
sashab
2016/12/06 04:16:34
Do you want DCHECK(property == offsetrotation || p
Eric Willigers
2016/12/06 05:30:04
Done.
|
} |
InterpolationValue maybeConvertUnderlyingValue( |