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

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

Issue 2706243012: Fold svgAttributeChanged into parseAttribute for SVGAnimateElement (Closed)
Patch Set: Created 3 years, 10 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 5f40cd3f631f367dd5afd8e945ff11070d040c9f..63925225ca7e9a7af57b31330e1f30ed70fa8c21 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimateElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGAnimateElement.h
@@ -74,7 +74,6 @@ class CORE_EXPORT SVGAnimateElement : public SVGAnimationElement {
bool isAdditive() final;
void parseAttribute(const AttributeModificationParams&) override;
- void svgAttributeChanged(const QualifiedName&) override;
void setTargetElement(SVGElement*) final;
void setAttributeName(const QualifiedName&);
« 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