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

Unified Diff: Source/core/rendering/svg/RenderSVGInlineText.h

Issue 622253002: Pass start/length at InlineTextBox construction time. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: condense by one line Created 6 years, 2 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/svg/RenderSVGInlineText.h
diff --git a/Source/core/rendering/svg/RenderSVGInlineText.h b/Source/core/rendering/svg/RenderSVGInlineText.h
index 30a0a2afa2009063e54e7c49aa5f16d91a932ea5..dff5a76e892a41576ded44c28967f1015cb0d17c 100644
--- a/Source/core/rendering/svg/RenderSVGInlineText.h
+++ b/Source/core/rendering/svg/RenderSVGInlineText.h
@@ -57,7 +57,7 @@ private:
virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE;
virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
virtual IntRect linesBoundingBox() const OVERRIDE;
- virtual InlineTextBox* createTextBox() OVERRIDE;
+ virtual InlineTextBox* createTextBox(int start, unsigned short length) OVERRIDE;
float m_scalingFactor;
Font m_scaledFont;

Powered by Google App Engine
This is Rietveld 408576698