| 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));
|
|
|