summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGSymbolElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGSymbolElement.h')
-rw-r--r--WebCore/svg/SVGSymbolElement.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/svg/SVGSymbolElement.h b/WebCore/svg/SVGSymbolElement.h
index 7d6fdd3..1f310f8 100644
--- a/WebCore/svg/SVGSymbolElement.h
+++ b/WebCore/svg/SVGSymbolElement.h
@@ -34,15 +34,16 @@ namespace WebCore {
public SVGExternalResourcesRequired,
public SVGFitToViewBox {
public:
+ static PassRefPtr<SVGSymbolElement> create(const QualifiedName&, Document*);
+
+ private:
SVGSymbolElement(const QualifiedName&, Document*);
- virtual ~SVGSymbolElement();
virtual void parseMappedAttribute(Attribute*);
virtual void svgAttributeChanged(const QualifiedName&);
virtual void synchronizeProperty(const QualifiedName&);
virtual bool rendererIsNeeded(RenderStyle*) { return false; }
- private:
virtual bool selfHasRelativeLengths() const;
// SVGExternalResourcesRequired