Index: third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp b/third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp |
index eb9ba5a4ef4bac4baa996f0383a337bb2a8668e3..f8b993764eec2eb1449a9334d9b296a7fd61e86e 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp |
@@ -328,15 +328,6 @@ bool SVGAnimationElement::isAccumulated() const { |
return value == sum && getAnimationMode() != ToAnimation; |
} |
-bool SVGAnimationElement::isTargetAttributeCSSProperty( |
- SVGElement* targetElement, |
- const QualifiedName& attributeName) { |
- ASSERT(targetElement); |
- |
- return SVGElement::isAnimatableCSSProperty(attributeName) || |
- targetElement->isPresentationAttribute(attributeName); |
-} |
- |
void SVGAnimationElement::calculateKeyTimesForCalcModePaced() { |
ASSERT(getCalcMode() == CalcModePaced); |
ASSERT(getAnimationMode() == ValuesAnimation); |