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 f0d423c34e573694b50f3c521405137196ceda88..4cf12c7249e2452e05762b4835c67506aa291bb9 100644 |
--- a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp |
+++ b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp |
@@ -5,6 +5,7 @@ |
#include "core/animation/PropertyInterpolationTypesMapping.h" |
#include "core/HTMLNames.h" |
+#include "core/XLinkNames.h" |
#include "core/animation/CSSColorInterpolationType.h" |
#include "core/animation/CSSFontWeightInterpolationType.h" |
#include "core/animation/CSSImageInterpolationType.h" |
@@ -265,7 +266,6 @@ |
|| attribute == SVGNames::edgeModeAttr |
|| attribute == SVGNames::filterUnitsAttr |
|| attribute == SVGNames::gradientUnitsAttr |
- || attribute == SVGNames::hrefAttr |
|| attribute == SVGNames::inAttr |
|| attribute == SVGNames::in2Attr |
|| attribute == SVGNames::lengthAdjustAttr |
@@ -287,7 +287,8 @@ |
|| attribute == SVGNames::targetAttr |
|| attribute == SVGNames::typeAttr |
|| attribute == SVGNames::xChannelSelectorAttr |
- || attribute == SVGNames::yChannelSelectorAttr) { |
+ || attribute == SVGNames::yChannelSelectorAttr |
+ || attribute == XLinkNames::hrefAttr) { |
// Use default SVGValueInterpolationType. |
} else { |
fallbackToLegacy = true; |