| Index: Source/core/rendering/svg/SVGInlineTextBox.h
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.h b/Source/core/rendering/svg/SVGInlineTextBox.h
|
| index 55abf4e764b7e5e0686a1bde306717804ca9508d..3d28df9400c5146c015c89a1728b2c9c7f2e1574 100644
|
| --- a/Source/core/rendering/svg/SVGInlineTextBox.h
|
| +++ b/Source/core/rendering/svg/SVGInlineTextBox.h
|
| @@ -58,7 +58,6 @@ public:
|
| void setStartsNewTextChunk(bool newTextChunk) { m_startsNewTextChunk = newTextChunk; }
|
|
|
| int offsetForPositionInFragment(const SVGTextFragment&, float position, bool includePartialGlyphs) const;
|
| - FloatRect selectionRectForTextFragment(const SVGTextFragment&, int fragmentStartPosition, int fragmentEndPosition, RenderStyle*);
|
|
|
| private:
|
| TextRun constructTextRun(RenderStyle*, const SVGTextFragment&) const;
|
| @@ -76,6 +75,8 @@ private:
|
|
|
| virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
|
|
|
| + FloatRect selectionRectForTextFragment(const SVGTextFragment&, int fragmentStartPosition, int fragmentEndPosition, RenderStyle*);
|
| +
|
| private:
|
| float m_logicalHeight;
|
| bool m_startsNewTextChunk : 1;
|
|
|