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; |