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

Unified Diff: Source/core/svg/SVGRadialGradientElement.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/SVGRadialGradientElement.h
diff --git a/Source/core/svg/SVGRadialGradientElement.h b/Source/core/svg/SVGRadialGradientElement.h
index 608ecd6df3cd5411d0b368cb5509f4a0bbd30631..69a829adcfe16144d57cee101169f527138d204b 100644
--- a/Source/core/svg/SVGRadialGradientElement.h
+++ b/Source/core/svg/SVGRadialGradientElement.h
@@ -49,7 +49,6 @@ public:
private:
explicit SVGRadialGradientElement(Document&);
- bool isSupportedAttribute(const QualifiedName&);
virtual void svgAttributeChanged(const QualifiedName&) override;
virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;

Powered by Google App Engine
This is Rietveld 408576698