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/SVGAnimateTransformElement.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
Index: third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.h b/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.h
index 094b43a40bb0c0e202bbd4a1b0fee182bc99ca09..9ffefaf0d2aea43309fc4a1134ac47238764fa34 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.h
@@ -37,7 +37,7 @@ class SVGAnimateTransformElement final : public SVGAnimateElement {
private:
explicit SVGAnimateTransformElement(Document&);
- bool hasValidAttributeType() override;
+ bool hasValidTarget() override;
void parseAttribute(const QualifiedName&,
const AtomicString&,

Powered by Google App Engine
This is Rietveld 408576698