~ubuntu-branches/ubuntu/lucid/webkit/lucid-updates

« back to all changes in this revision

Viewing changes to WebCore/svg/SVGPathElement.h

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2010-02-04 19:30:57 UTC
  • mfrom: (1.2.8 upstream) (4.3.9 sid)
  • Revision ID: james.westby@ubuntu.com-20100204193057-d3018lm1fipb0703
* New upstream release
* debian/copyright:
- Updated with changes since 1.1.19.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
 
93
93
        virtual void parseMappedAttribute(MappedAttribute*);
94
94
        virtual void svgAttributeChanged(const QualifiedName&);
 
95
        virtual void synchronizeProperty(const QualifiedName&);
95
96
 
96
97
        virtual Path toPathData() const;
97
98
 
100
101
    private:
101
102
        mutable RefPtr<SVGPathSegList> m_pathSegList;
102
103
 
103
 
        ANIMATED_PROPERTY_DECLARATIONS(SVGPathElement, SVGNames::pathTagString, SVGNames::pathLengthAttrString, float, PathLength, pathLength)
 
104
        DECLARE_ANIMATED_PROPERTY(SVGPathElement, SVGNames::pathLengthAttr, float, PathLength, pathLength)
104
105
 
105
106
        // SVGExternalResourcesRequired
106
 
        ANIMATED_PROPERTY_DECLARATIONS(SVGPathElement, SVGExternalResourcesRequiredIdentifier,
107
 
                                       SVGNames::externalResourcesRequiredAttrString, bool,
108
 
                                       ExternalResourcesRequired, externalResourcesRequired)
 
107
        DECLARE_ANIMATED_PROPERTY(SVGPathElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)
109
108
    };
110
109
 
111
110
} // namespace WebCore