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

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

Issue 2408913002: Push hasValidAttributeName/Type down into SVGAnimateElement (Closed)
Patch Set: Created 4 years, 2 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
Index: third_party/WebKit/Source/core/svg/SVGDiscardElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGDiscardElement.h b/third_party/WebKit/Source/core/svg/SVGDiscardElement.h
index 7a8f7cb50ce1872e6e66d1273c6703dd9507c438..cb6e2074d12d601758f3437e9a026a931fdfbc61 100644
--- a/third_party/WebKit/Source/core/svg/SVGDiscardElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGDiscardElement.h
@@ -49,8 +49,6 @@ class SVGDiscardElement final : public SVGSMILElement {
void resetAnimatedType() override {}
void clearAnimatedType() override {}
void applyResultsToTarget() override {}
- bool hasValidAttributeType() override;
- bool hasValidAttributeName() override;
void animationAttributeChanged() override {}
void startedActiveInterval() override {}
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGDiscardElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698