| Index: Source/core/rendering/svg/RenderSVGInlineText.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGInlineText.h b/Source/core/rendering/svg/RenderSVGInlineText.h
|
| index 30a0a2afa2009063e54e7c49aa5f16d91a932ea5..dff5a76e892a41576ded44c28967f1015cb0d17c 100644
|
| --- a/Source/core/rendering/svg/RenderSVGInlineText.h
|
| +++ b/Source/core/rendering/svg/RenderSVGInlineText.h
|
| @@ -57,7 +57,7 @@ private:
|
| virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
|
| virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
|
| virtual IntRect linesBoundingBox() const OVERRIDE;
|
| - virtual InlineTextBox* createTextBox() OVERRIDE;
|
| + virtual InlineTextBox* createTextBox(int start, unsigned short length) OVERRIDE;
|
|
|
| float m_scalingFactor;
|
| Font m_scaledFont;
|
|
|