summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGPatternElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGPatternElement.h')
-rw-r--r--WebCore/svg/SVGPatternElement.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/WebCore/svg/SVGPatternElement.h b/WebCore/svg/SVGPatternElement.h
index 32ec808..497660a 100644
--- a/WebCore/svg/SVGPatternElement.h
+++ b/WebCore/svg/SVGPatternElement.h
@@ -43,8 +43,12 @@ namespace WebCore {
public SVGExternalResourcesRequired,
public SVGFitToViewBox {
public:
+ static PassRefPtr<SVGPatternElement> create(const QualifiedName&, Document*);
+
+ PatternAttributes collectPatternProperties() const;
+
+ private:
SVGPatternElement(const QualifiedName&, Document*);
- virtual ~SVGPatternElement();
virtual bool isValid() const { return SVGTests::isValid(); }
virtual bool needsPendingResourceHandling() const { return false; }
@@ -56,9 +60,6 @@ namespace WebCore {
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
- PatternAttributes collectPatternProperties() const;
-
- private:
virtual bool selfHasRelativeLengths() const;
DECLARE_ANIMATED_PROPERTY(SVGPatternElement, SVGNames::xAttr, SVGLength, X, x)