| Index: Source/core/rendering/RenderText.h
|
| diff --git a/Source/core/rendering/RenderText.h b/Source/core/rendering/RenderText.h
|
| index 757970494b040745c22f0b30f7331e869fd31c5d..523636076aff81986abc5ca7ea2a914d557d6851 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);
|
|
|