~ubuntu-branches/ubuntu/lucid/webkit/lucid-security

« back to all changes in this revision

Viewing changes to WebCore/svg/SVGSVGElement.h

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2010-01-20 20:09:57 UTC
  • mfrom: (1.2.7 upstream) (4.3.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100120200957-3ng8lah18c7pmm52
* New upstream release
- Fixes crashes related to clearing the clipboard, which many users were
  experiencing (Closes: #565166)

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
 
131
131
        void inheritViewAttributes(SVGViewElement*);
132
132
 
133
 
    protected:
134
 
        friend class RenderSVGRoot;
135
 
        friend class RenderSVGViewportContainer;
136
 
 
 
133
        bool isOutermostSVG() const;
137
134
        virtual bool hasRelativeValues() const;
138
 
        
139
 
        bool isOutermostSVG() const;
140
135
 
141
136
    private:
142
137
        ANIMATED_PROPERTY_DECLARATIONS(SVGSVGElement, SVGNames::svgTagString, SVGNames::xAttrString, SVGLength, X, x)