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 bee75cbe546fd778249c9922c70e9332ee15b651..7389370aa65bce5f54640812961a6d479847900a 100644 |
--- a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp |
+++ b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp |
@@ -17,7 +17,6 @@ |
#include "core/animation/CSSPaintInterpolationType.h" |
#include "core/animation/CSSPathInterpolationType.h" |
#include "core/animation/CSSPositionAxisListInterpolationType.h" |
-#include "core/animation/CSSPositionInterpolationType.h" |
#include "core/animation/CSSShadowListInterpolationType.h" |
#include "core/animation/CSSValueInterpolationType.h" |
#include "core/animation/CSSVisibilityInterpolationType.h" |
@@ -181,10 +180,6 @@ |
case CSSPropertyWebkitMaskPositionX: |
case CSSPropertyWebkitMaskPositionY: |
applicableTypes->append(adoptPtr(new CSSPositionAxisListInterpolationType(cssProperty))); |
- break; |
- case CSSPropertyPerspectiveOrigin: |
- case CSSPropertyObjectPosition: |
- applicableTypes->append(adoptPtr(new CSSPositionInterpolationType(cssProperty))); |
break; |
default: |
// TODO(alancutter): Support all interpolable CSS properties here so we can stop falling back to the old StyleInterpolation implementation. |