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

Unified Diff: Source/core/layout/line/InlineBox.cpp

Issue 944923004: rendering/RenderBoxModelObject -> layout/LayoutBoxModelObject (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/line/InlineBox.h ('k') | Source/core/layout/line/InlineFlowBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/line/InlineBox.cpp
diff --git a/Source/core/layout/line/InlineBox.cpp b/Source/core/layout/line/InlineBox.cpp
index 8e3b2c8017e4d0981c63d16b68970af40b30a359..ddca6ef2cb9be31e17b7bc9178a8eb46747f2b67 100644
--- a/Source/core/layout/line/InlineBox.cpp
+++ b/Source/core/layout/line/InlineBox.cpp
@@ -128,7 +128,7 @@ FloatWillBeLayoutUnit InlineBox::logicalHeight() const
return isHorizontal() ? toRenderBox(renderer()).size().height() : toRenderBox(renderer()).size().width();
ASSERT(isInlineFlowBox());
- RenderBoxModelObject* flowObject = boxModelObject();
+ LayoutBoxModelObject* flowObject = boxModelObject();
const FontMetrics& fontMetrics = renderer().style(isFirstLineStyle())->fontMetrics();
FloatWillBeLayoutUnit result = fontMetrics.height();
if (parent())
« no previous file with comments | « Source/core/layout/line/InlineBox.h ('k') | Source/core/layout/line/InlineFlowBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698