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

Unified Diff: Source/core/rendering/svg/SVGInlineTextBox.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/SVGInlineTextBox.h
diff --git a/Source/core/rendering/svg/SVGInlineTextBox.h b/Source/core/rendering/svg/SVGInlineTextBox.h
index 3d28df9400c5146c015c89a1728b2c9c7f2e1574..9f9b09699304c77946dc832c98cfadca578c1469 100644
--- a/Source/core/rendering/svg/SVGInlineTextBox.h
+++ b/Source/core/rendering/svg/SVGInlineTextBox.h
@@ -30,7 +30,7 @@ namespace blink {
class SVGInlineTextBox FINAL : public InlineTextBox {
public:
- SVGInlineTextBox(RenderObject&);
+ SVGInlineTextBox(RenderObject&, int start, unsigned short length);
virtual bool isSVGInlineTextBox() const OVERRIDE { return true; }

Powered by Google App Engine
This is Rietveld 408576698