Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimateElement.h

Issue 2599853003: Remove SVGAnimateElement::hasValidAttributeType (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 87c38eab9246f6df372b9fb3751ab43a8ed66922..b985fec5a57b7cd59e243d9c25457215461bd600 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimateElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGAnimateElement.h
@@ -54,6 +54,8 @@ class CORE_EXPORT SVGAnimateElement : public SVGAnimationElement {
protected:
SVGAnimateElement(const QualifiedName&, Document&);
+ bool hasValidTarget() override;
+
void resetAnimatedType() final;
void clearAnimatedType() final;
@@ -94,12 +96,7 @@ class CORE_EXPORT SVGAnimateElement : public SVGAnimationElement {
void setAttributeType(const AtomicString&);
void checkInvalidCSSAttributeType();
- bool hasInvalidCSSAttributeType() const {
- return m_hasInvalidCSSAttributeType;
- }
- bool hasValidTarget() final;
bool hasValidAttributeName() const;
- virtual bool hasValidAttributeType();
virtual void resolveTargetProperty();
void clearTargetProperty();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698