| Index: Source/core/rendering/svg/SVGTextQuery.h
|
| diff --git a/Source/core/rendering/svg/SVGTextQuery.h b/Source/core/rendering/svg/SVGTextQuery.h
|
| index 652d751af70a5af32da31ad3e9247c771c429cd8..77a60a03080ff5a73d85ebb69ae7609d549c700d 100644
|
| --- a/Source/core/rendering/svg/SVGTextQuery.h
|
| +++ b/Source/core/rendering/svg/SVGTextQuery.h
|
| @@ -22,7 +22,7 @@
|
|
|
| #include "core/rendering/svg/SVGTextFragment.h"
|
| #include "core/svg/SVGPoint.h"
|
| -#include "core/svg/SVGRect.h"
|
| +#include "platform/geometry/FloatRect.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
| @@ -41,7 +41,7 @@ public:
|
| FloatPoint startPositionOfCharacter(unsigned position) const;
|
| FloatPoint endPositionOfCharacter(unsigned position) const;
|
| float rotationOfCharacter(unsigned position) const;
|
| - SVGRect extentOfCharacter(unsigned position) const;
|
| + FloatRect extentOfCharacter(unsigned position) const;
|
| int characterNumberAtPosition(const SVGPoint&) const;
|
|
|
| // Public helper struct. Private classes in SVGTextQuery inherit from it.
|
|
|