| Index: Source/WebCore/rendering/svg/SVGInlineTextBox.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/svg/SVGInlineTextBox.h (revision 110653)
|
| +++ Source/WebCore/rendering/svg/SVGInlineTextBox.h (working copy)
|
| @@ -57,6 +57,8 @@
|
| Vector<SVGTextFragment>& textFragments() { return m_textFragments; }
|
| const Vector<SVGTextFragment>& textFragments() const { return m_textFragments; }
|
|
|
| + void dirtyLineBoxes() OVERRIDE;
|
| +
|
| bool startsNewTextChunk() const { return m_startsNewTextChunk; }
|
| void setStartsNewTextChunk(bool newTextChunk) { m_startsNewTextChunk = newTextChunk; }
|
|
|
|
|