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