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

Unified Diff: Source/core/rendering/svg/SVGInlineFlowBox.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
Index: Source/core/rendering/svg/SVGInlineFlowBox.h
diff --git a/Source/core/rendering/svg/SVGInlineFlowBox.h b/Source/core/rendering/svg/SVGInlineFlowBox.h
index 563ade510bb1204f4b71807b2e0eeb9fdcebf92a..6ce48877514e759a6f080b40b5539c4c04ac066a 100644
--- a/Source/core/rendering/svg/SVGInlineFlowBox.h
+++ b/Source/core/rendering/svg/SVGInlineFlowBox.h
@@ -28,7 +28,7 @@ namespace blink {
class SVGInlineFlowBox final : public InlineFlowBox {
public:
- SVGInlineFlowBox(RenderObject& obj)
+ SVGInlineFlowBox(LayoutObject& obj)
: InlineFlowBox(obj)
, m_logicalHeight(0)
{

Powered by Google App Engine
This is Rietveld 408576698