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

Unified Diff: Source/core/paint/TableCellPainter.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
« no previous file with comments | « Source/core/paint/SVGShapePainter.cpp ('k') | Source/core/paint/TableCellPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « Source/core/paint/SVGShapePainter.cpp ('k') | Source/core/paint/TableCellPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698