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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.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/SVGAnimateMotionElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
index ac866dbdff84b137cd8164035c0b023cc73e7eed..3e2e0da8e9718c06f175c41ba5ae54ea4ea31f48 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.h
@@ -38,8 +38,7 @@ class SVGAnimateMotionElement final : public SVGAnimationElement {
private:
explicit SVGAnimateMotionElement(Document&);
- bool hasValidAttributeType() override;
- bool hasValidAttributeName() override;
+ bool hasValidTarget() override;
void parseAttribute(const QualifiedName&,
const AtomicString&,

Powered by Google App Engine
This is Rietveld 408576698