| Index: Source/core/svg/SVGPathElement.h
|
| diff --git a/Source/core/svg/SVGPathElement.h b/Source/core/svg/SVGPathElement.h
|
| index 8cccf88e8db7730ed05b2ac8e5ec599a03f39a99..88faeae872e314b06ca2d5ccdedc228b4f4ce7fc 100644
|
| --- a/Source/core/svg/SVGPathElement.h
|
| +++ b/Source/core/svg/SVGPathElement.h
|
| @@ -89,7 +89,7 @@ public:
|
|
|
| void pathSegListChanged(SVGPathSegRole, ListModification = ListModificationUnknown);
|
|
|
| - virtual SVGRect getBBox() OVERRIDE;
|
| + virtual FloatRect getBBox() OVERRIDE;
|
|
|
| static const SVGPropertyInfo* dPropertyInfo();
|
|
|
|
|