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

Unified Diff: Source/core/layout/svg/line/SVGInlineTextBox.h

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
« no previous file with comments | « Source/core/layout/svg/line/SVGInlineFlowBox.h ('k') | Source/core/layout/svg/line/SVGInlineTextBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/line/SVGInlineTextBox.h
diff --git a/Source/core/layout/svg/line/SVGInlineTextBox.h b/Source/core/layout/svg/line/SVGInlineTextBox.h
index 9edf7018d7b286d441fd5567dfd02326890bb33f..e5ebdc988f0ce4776a8056602fd519fd388d29dc 100644
--- a/Source/core/layout/svg/line/SVGInlineTextBox.h
+++ b/Source/core/layout/svg/line/SVGInlineTextBox.h
@@ -30,7 +30,7 @@ namespace blink {
class SVGInlineTextBox final : public InlineTextBox {
public:
- SVGInlineTextBox(RenderObject&, int start, unsigned short length);
+ SVGInlineTextBox(LayoutObject&, int start, unsigned short length);
virtual bool isSVGInlineTextBox() const override { return true; }
« no previous file with comments | « Source/core/layout/svg/line/SVGInlineFlowBox.h ('k') | Source/core/layout/svg/line/SVGInlineTextBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698