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 7389370aa65bce5f54640812961a6d479847900a..c1986c6e0270b4a38d1806e51d6433fa80c7cb09 100644 |
--- a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp |
+++ b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp |
@@ -16,7 +16,6 @@ |
#include "core/animation/CSSNumberInterpolationType.h" |
#include "core/animation/CSSPaintInterpolationType.h" |
#include "core/animation/CSSPathInterpolationType.h" |
-#include "core/animation/CSSPositionAxisListInterpolationType.h" |
#include "core/animation/CSSShadowListInterpolationType.h" |
#include "core/animation/CSSValueInterpolationType.h" |
#include "core/animation/CSSVisibilityInterpolationType.h" |
@@ -174,12 +173,6 @@ |
break; |
case CSSPropertyMotionRotation: |
applicableTypes->append(adoptPtr(new CSSMotionRotationInterpolationType(cssProperty))); |
- break; |
- case CSSPropertyBackgroundPositionX: |
- case CSSPropertyBackgroundPositionY: |
- case CSSPropertyWebkitMaskPositionX: |
- case CSSPropertyWebkitMaskPositionY: |
- applicableTypes->append(adoptPtr(new CSSPositionAxisListInterpolationType(cssProperty))); |
break; |
default: |
// TODO(alancutter): Support all interpolable CSS properties here so we can stop falling back to the old StyleInterpolation implementation. |