Index: Source/core/paint/TableCellPainter.h |
diff --git a/Source/core/paint/TableCellPainter.h b/Source/core/paint/TableCellPainter.h |
index 2eea0fc6a802ed5321aa4b2e42f01664899dd240..0bf3f93af2e5d513c8958bb943ea231e1faad826 100644 |
--- a/Source/core/paint/TableCellPainter.h |
+++ b/Source/core/paint/TableCellPainter.h |
@@ -13,7 +13,7 @@ struct PaintInfo; |
class LayoutPoint; |
class LayoutRect; |
class LayoutTableCell; |
-class RenderObject; |
+class LayoutObject; |
class RenderStyle; |
class TableCellPainter { |
@@ -23,7 +23,7 @@ public: |
void paint(const PaintInfo&, const LayoutPoint&); |
void paintCollapsedBorders(const PaintInfo&, const LayoutPoint&); |
- void paintBackgroundsBehindCell(const PaintInfo&, const LayoutPoint&, RenderObject* backgroundObject); |
+ void paintBackgroundsBehindCell(const PaintInfo&, const LayoutPoint&, LayoutObject* backgroundObject); |
void paintBoxDecorationBackground(const PaintInfo&, const LayoutPoint& paintOffset); |
void paintMask(const PaintInfo&, const LayoutPoint& paintOffset); |