Index: Source/core/svg/SVGGraphicsElement.cpp |
diff --git a/Source/core/svg/SVGGraphicsElement.cpp b/Source/core/svg/SVGGraphicsElement.cpp |
index fef0439338639666312be495e6bdc23e2cc6b5ca..1e56fd3528f46edafe5565535c468a67ae43148e 100644 |
--- a/Source/core/svg/SVGGraphicsElement.cpp |
+++ b/Source/core/svg/SVGGraphicsElement.cpp |
@@ -155,7 +155,7 @@ SVGElement* SVGGraphicsElement::farthestViewportElement() const |
return SVGTransformable::farthestViewportElement(this); |
} |
-FloatRect SVGGraphicsElement::getBBox(StyleUpdateStrategy styleUpdateStrategy) |
+SVGRect SVGGraphicsElement::getBBox(StyleUpdateStrategy styleUpdateStrategy) |
{ |
return SVGTransformable::getBBox(this, styleUpdateStrategy); |
} |