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

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

Issue 926193003: Move rendering/RenderBox to layout/LayoutBox. (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/FileUploadControlPainter.cpp ('k') | Source/core/paint/GridPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/GridPainter.h
diff --git a/Source/core/paint/GridPainter.h b/Source/core/paint/GridPainter.h
index 57b3e3f22b656e3c168bf765370695a939ce97a8..07e34ea7bb5b5f25d2dabc2d2d0518d7f8e5f6e5 100644
--- a/Source/core/paint/GridPainter.h
+++ b/Source/core/paint/GridPainter.h
@@ -9,7 +9,7 @@ namespace blink {
struct PaintInfo;
class LayoutPoint;
-class RenderBox;
+class LayoutBox;
class RenderGrid;
class GridPainter {
« no previous file with comments | « Source/core/paint/FileUploadControlPainter.cpp ('k') | Source/core/paint/GridPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698