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

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

Issue 2618323002: Block animation of the SVGScriptElement (Closed)
Patch Set: 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
Index: third_party/WebKit/Source/core/svg/SVGScriptElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGScriptElement.h b/third_party/WebKit/Source/core/svg/SVGScriptElement.h
index f68e7b79242075e77818ce073eda02a18fba42d9..29d14a3d9e1f7dbcb1d342f62cd53e4f29f449a7 100644
--- a/third_party/WebKit/Source/core/svg/SVGScriptElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGScriptElement.h
@@ -59,7 +59,6 @@ class SVGScriptElement final : public SVGElement,
void childrenChanged(const ChildrenChange&) override;
void didMoveToNewDocument(Document& oldDocument) override;
- void svgAttributeChanged(const QualifiedName&) override;
bool isURLAttribute(const Attribute&) const override;
bool isStructurallyExternal() const override { return hasSourceAttribute(); }
void finishParsingChildren() override;

Powered by Google App Engine
This is Rietveld 408576698