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

Unified Diff: third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp

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/CSSInterpolationTypesMap.cpp
diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp b/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp
index b8c9331e2d68de7d5100d7fca7c0120a6b61da79..2a76e6408198b3ac5e81b58c5783d1178017fd6a 100644
--- a/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp
+++ b/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp
@@ -225,7 +225,6 @@ const InterpolationTypes& CSSInterpolationTypesMap::Get(
applicable_types->push_back(
WTF::MakeUnique<CSSClipInterpolationType>(used_property));
break;
- case CSSPropertyOffsetRotation:
case CSSPropertyOffsetRotate:
applicable_types->push_back(
WTF::MakeUnique<CSSOffsetRotateInterpolationType>(used_property));

Powered by Google App Engine
This is Rietveld 408576698