| Index: Source/core/rendering/RenderText.h
|
| diff --git a/Source/core/rendering/RenderText.h b/Source/core/rendering/RenderText.h
|
| index c988cec604c11883cc8675f29216d5b807dadb16..d35fa846cc3ef32adead7ac5a38ef060f65caa1a 100644
|
| --- a/Source/core/rendering/RenderText.h
|
| +++ b/Source/core/rendering/RenderText.h
|
| @@ -54,6 +54,7 @@ public:
|
|
|
| const String& text() const { return m_text; }
|
| String textWithoutTranscoding() const;
|
| + virtual unsigned textStartOffset() const { return 0; }
|
|
|
| InlineTextBox* createInlineTextBox();
|
| void dirtyLineBoxes(bool fullLayout);
|
|
|