Index: third_party/WebKit/Source/core/svg/SVGAnimateElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateElement.h b/third_party/WebKit/Source/core/svg/SVGAnimateElement.h |
index 35f09d1398ff36c3da7ac556eb5c62e572adfc39..2325e5218085cc4734d7f395b41246de6f1207ec 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimateElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimateElement.h |
@@ -88,16 +88,8 @@ class CORE_EXPORT SVGAnimateElement : public SVGAnimationElement { |
private: |
void resetAnimatedPropertyType(); |
- enum ShouldApplyAnimationType { |
- DontApplyAnimation, |
- ApplyCSSAnimation, |
- ApplyXMLAnimation, |
- ApplyXMLandCSSAnimation |
- }; |
- |
- ShouldApplyAnimationType shouldApplyAnimation( |
- SVGElement* targetElement, |
- const QualifiedName& attributeName); |
+ bool shouldApplyAnimation(const SVGElement& targetElement, |
+ const QualifiedName& attributeName); |
void setAttributeType(const AtomicString&); |