Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.h

Issue 2842933003: CSS Motion Path: delete implementation of offset-rotation property (Closed)
Patch Set: remove offsetRotation from webexposed Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698