Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1270)

Unified Diff: Source/core/rendering/RenderText.h

Issue 20681004: Make first-letter style to work with editing Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2013-08-01T17:57:42 Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698