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

Unified Diff: Source/core/paint/LineBoxListPainter.h

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/paint/InlineFlowBoxPainter.cpp ('k') | Source/core/paint/LineBoxListPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/LineBoxListPainter.h
diff --git a/Source/core/paint/LineBoxListPainter.h b/Source/core/paint/LineBoxListPainter.h
index b3239ce28f1ca8625146eb9360c5b469af7c568f..3e0267ad1dcc903dadfac4bb848a9a956855fb67 100644
--- a/Source/core/paint/LineBoxListPainter.h
+++ b/Source/core/paint/LineBoxListPainter.h
@@ -11,14 +11,14 @@ namespace blink {
class LayoutPoint;
struct PaintInfo;
-class RenderBoxModelObject;
+class LayoutBoxModelObject;
class RenderLineBoxList;
class LineBoxListPainter {
public:
LineBoxListPainter(RenderLineBoxList& renderLineBoxList) : m_renderLineBoxList(renderLineBoxList) { }
- void paint(RenderBoxModelObject*, const PaintInfo&, const LayoutPoint&) const;
+ void paint(LayoutBoxModelObject*, const PaintInfo&, const LayoutPoint&) const;
private:
RenderLineBoxList& m_renderLineBoxList;
« no previous file with comments | « Source/core/paint/InlineFlowBoxPainter.cpp ('k') | Source/core/paint/LineBoxListPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698