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

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

Issue 2602423002: Push attributeName handling down into SVGAnimateElement (Closed)
Patch Set: Remove excess space Created 3 years, 11 months 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 b985fec5a57b7cd59e243d9c25457215461bd600..2dbdf6856068365bfdb71b0f7e0279a68f0c8bff 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimateElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGAnimateElement.h
@@ -79,7 +79,7 @@ class CORE_EXPORT SVGAnimateElement : public SVGAnimationElement {
void svgAttributeChanged(const QualifiedName&) override;
void setTargetElement(SVGElement*) final;
- void setAttributeName(const QualifiedName&) final;
+ void setAttributeName(const QualifiedName&);
enum AttributeType { AttributeTypeCSS, AttributeTypeXML, AttributeTypeAuto };
AttributeType getAttributeType() const { return m_attributeType; }
@@ -95,6 +95,9 @@ class CORE_EXPORT SVGAnimateElement : public SVGAnimationElement {
void setAttributeType(const AtomicString&);
+ InsertionNotificationRequest insertedInto(ContainerNode*) final;
+ void removedFrom(ContainerNode*) final;
+
void checkInvalidCSSAttributeType();
bool hasValidAttributeName() const;
« 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