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

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

Issue 588483002: GridPainter::paintChild should take RenderBox reference (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase to the latest Created 6 years, 3 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 | « no previous file | 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 3dfd11ea78373121655d18fe91a9a8b44a5140aa..91043a87787bf54610bf6bf71efe4251a615c14c 100644
--- a/Source/core/paint/GridPainter.h
+++ b/Source/core/paint/GridPainter.h
@@ -17,7 +17,7 @@ public:
GridPainter(RenderGrid& renderGrid) : m_renderGrid(renderGrid) { }
void paintChildren(PaintInfo&, const LayoutPoint&);
- void paintChild(RenderBox*, PaintInfo&, const LayoutPoint&);
+ void paintChild(RenderBox&, PaintInfo&, const LayoutPoint&);
void paint(PaintInfo&, const LayoutPoint& paintOffset);
« no previous file with comments | « no previous file | Source/core/paint/GridPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698