diff options
Diffstat (limited to 'WebCore/svg/SVGTextElement.h')
-rw-r--r-- | WebCore/svg/SVGTextElement.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/svg/SVGTextElement.h b/WebCore/svg/SVGTextElement.h index b954835..1788ea9 100644 --- a/WebCore/svg/SVGTextElement.h +++ b/WebCore/svg/SVGTextElement.h @@ -38,9 +38,9 @@ namespace WebCore { virtual SVGElement* nearestViewportElement() const; virtual SVGElement* farthestViewportElement() const; - virtual FloatRect getBBox() const; - virtual AffineTransform getCTM() const; - virtual AffineTransform getScreenCTM() const; + virtual FloatRect getBBox(StyleUpdateStrategy = AllowStyleUpdate) const; + virtual AffineTransform getCTM(StyleUpdateStrategy = AllowStyleUpdate) const; + virtual AffineTransform getScreenCTM(StyleUpdateStrategy = AllowStyleUpdate) const; virtual AffineTransform animatedLocalTransform() const; virtual AffineTransform* supplementalTransform(); virtual AffineTransform localCoordinateSpaceTransform(SVGLocatable::CTMScope mode) const { return SVGTransformable::localCoordinateSpaceTransform(mode); } |