| Index: third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| index ed4afc8a5dcae21d7f0c380e021772e551ee27fe..bee75cbe546fd778249c9922c70e9332ee15b651 100644
|
| --- a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| @@ -12,7 +12,6 @@
|
| #include "core/animation/CSSImageListInterpolationType.h"
|
| #include "core/animation/CSSLengthInterpolationType.h"
|
| #include "core/animation/CSSLengthListInterpolationType.h"
|
| -#include "core/animation/CSSLengthPairInterpolationType.h"
|
| #include "core/animation/CSSMotionRotationInterpolationType.h"
|
| #include "core/animation/CSSNumberInterpolationType.h"
|
| #include "core/animation/CSSPaintInterpolationType.h"
|
| @@ -186,12 +185,6 @@
|
| case CSSPropertyPerspectiveOrigin:
|
| case CSSPropertyObjectPosition:
|
| applicableTypes->append(adoptPtr(new CSSPositionInterpolationType(cssProperty)));
|
| - break;
|
| - case CSSPropertyBorderBottomLeftRadius:
|
| - case CSSPropertyBorderBottomRightRadius:
|
| - case CSSPropertyBorderTopLeftRadius:
|
| - case CSSPropertyBorderTopRightRadius:
|
| - applicableTypes->append(adoptPtr(new CSSLengthPairInterpolationType(cssProperty)));
|
| break;
|
| default:
|
| // TODO(alancutter): Support all interpolable CSS properties here so we can stop falling back to the old StyleInterpolation implementation.
|
|
|