summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGPolyElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGPolyElement.h')
-rw-r--r--WebCore/svg/SVGPolyElement.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/WebCore/svg/SVGPolyElement.h b/WebCore/svg/SVGPolyElement.h
index bbcdb67..6d36f4b 100644
--- a/WebCore/svg/SVGPolyElement.h
+++ b/WebCore/svg/SVGPolyElement.h
@@ -36,21 +36,21 @@ namespace WebCore {
public SVGExternalResourcesRequired,
public SVGAnimatedPoints {
public:
- SVGPolyElement(const QualifiedName&, Document*);
- virtual ~SVGPolyElement();
-
- virtual bool isValid() const { return SVGTests::isValid(); }
-
virtual SVGPointList* points() const;
virtual SVGPointList* animatedPoints() const;
+ protected:
+ SVGPolyElement(const QualifiedName&, Document*);
+
+ private:
+ virtual bool isValid() const { return SVGTests::isValid(); }
+
virtual void parseMappedAttribute(Attribute*);
virtual void svgAttributeChanged(const QualifiedName&);
virtual void synchronizeProperty(const QualifiedName&);
virtual bool supportsMarkers() const { return true; }
- private:
// SVGExternalResourcesRequired
DECLARE_ANIMATED_PROPERTY(SVGPolyElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)