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

Unified Diff: Source/core/rendering/svg/SVGInlineTextBox.cpp

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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.cpp
diff --git a/Source/core/rendering/svg/SVGInlineTextBox.cpp b/Source/core/rendering/svg/SVGInlineTextBox.cpp
index 4c85997aa109d3f768870259edbc7f452f335e94..b6fca76b1719bc4a58a1662c0150ec5659b15387 100644
--- a/Source/core/rendering/svg/SVGInlineTextBox.cpp
+++ b/Source/core/rendering/svg/SVGInlineTextBox.cpp
@@ -47,7 +47,7 @@ struct ExpectedSVGInlineTextBoxSize : public InlineTextBox {
static_assert(sizeof(SVGInlineTextBox) == sizeof(ExpectedSVGInlineTextBoxSize), "SVGInlineTextBox has an unexpected size");
-SVGInlineTextBox::SVGInlineTextBox(RenderObject& object, int start, unsigned short length)
+SVGInlineTextBox::SVGInlineTextBox(LayoutObject& object, int start, unsigned short length)
: InlineTextBox(object, start, length)
, m_logicalHeight(0)
, m_startsNewTextChunk(false)

Powered by Google App Engine
This is Rietveld 408576698