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

Unified Diff: Source/core/svg/SVGTextContentElement.h

Issue 1074813002: Remove isSupportedAttribute in svg (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: invalidation guard tweaks Created 5 years, 8 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: Source/core/svg/SVGTextContentElement.h
diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h
index 39c9d934607a4271b293b6df9781b247bb894a86..e94ba3b8af4bac1c7f543cf9a1ee027f65bc058a 100644
--- a/Source/core/svg/SVGTextContentElement.h
+++ b/Source/core/svg/SVGTextContentElement.h
@@ -70,7 +70,6 @@ public:
protected:
SVGTextContentElement(const QualifiedName&, Document&);
- bool isSupportedAttribute(const QualifiedName&);
virtual bool isPresentationAttribute(const QualifiedName&) const override final;
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override final;
virtual void svgAttributeChanged(const QualifiedName&) override;

Powered by Google App Engine
This is Rietveld 408576698