Index: Source/core/svg/SVGTextContentElement.h |
diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h |
index 6b1d0fa6b4dae3565ea4b09fbb6fd9c864df7d36..dfe7054405734bd26f5db87ffde96dca2a015167 100644 |
--- a/Source/core/svg/SVGTextContentElement.h |
+++ b/Source/core/svg/SVGTextContentElement.h |
@@ -77,11 +77,11 @@ public: |
unsigned getNumberOfChars(); |
float getComputedTextLength(); |
float getSubStringLength(unsigned charnum, unsigned nchars, ExceptionCode&); |
- FloatPoint getStartPositionOfChar(unsigned charnum, ExceptionCode&); |
- FloatPoint getEndPositionOfChar(unsigned charnum, ExceptionCode&); |
+ SVGPoint getStartPositionOfChar(unsigned charnum, ExceptionCode&); |
+ SVGPoint getEndPositionOfChar(unsigned charnum, ExceptionCode&); |
FloatRect getExtentOfChar(unsigned charnum, ExceptionCode&); |
float getRotationOfChar(unsigned charnum, ExceptionCode&); |
- int getCharNumAtPosition(const FloatPoint&); |
+ int getCharNumAtPosition(const SVGPoint&); |
void selectSubString(unsigned charnum, unsigned nchars, ExceptionCode&); |
static SVGTextContentElement* elementFromRenderer(RenderObject*); |