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 0aecbddc5902b67ceb15230f4f1e21622e0f6ff1..35f09d1398ff36c3da7ac556eb5c62e572adfc39 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimateElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimateElement.h |
@@ -105,7 +105,9 @@ class CORE_EXPORT SVGAnimateElement : public SVGAnimationElement { |
bool hasInvalidCSSAttributeType() const { |
return m_hasInvalidCSSAttributeType; |
} |
- bool hasValidAttributeType() override; |
+ bool hasValidTarget() final; |
+ bool hasValidAttributeName() const; |
+ virtual bool hasValidAttributeType(); |
SVGPropertyBase* adjustForInheritance(SVGPropertyBase*, |
AnimatedPropertyValueType) const; |