Index: Source/core/svg/SVGGraphicsElement.h |
diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h |
index 01a0ca3fe41302807739fbc80061859cc9401355..8114ae8616e22b3683754b75f9a14a0eda06d29e 100644 |
--- a/Source/core/svg/SVGGraphicsElement.h |
+++ b/Source/core/svg/SVGGraphicsElement.h |
@@ -44,7 +44,7 @@ public: |
virtual AffineTransform animatedLocalTransform() const; |
virtual AffineTransform* supplementalTransform(); |
- virtual FloatRect getBBox(StyleUpdateStrategy = AllowStyleUpdate); |
+ virtual SVGRect getBBox(StyleUpdateStrategy = AllowStyleUpdate); |
// "base class" methods for all the elements which render as paths |
virtual void toClipPath(Path&); |