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

Unified Diff: third_party/WebKit/Source/core/paint/TableSectionPainter.h

Issue 2392443009: reflow comments in core/paint (Closed)
Patch Set: Created 4 years, 2 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
Index: third_party/WebKit/Source/core/paint/TableSectionPainter.h
diff --git a/third_party/WebKit/Source/core/paint/TableSectionPainter.h b/third_party/WebKit/Source/core/paint/TableSectionPainter.h
index 00103d288ba567fa8e01134f5dee3fc5df5d0e10..d6ff986f4b2cadcc81b66cc1cca78c3d86d76baf 100644
--- a/third_party/WebKit/Source/core/paint/TableSectionPainter.h
+++ b/third_party/WebKit/Source/core/paint/TableSectionPainter.h
@@ -39,10 +39,11 @@ class TableSectionPainter {
void paintCell(const LayoutTableCell&, const PaintInfo&, const LayoutPoint&);
void paintBoxShadow(const PaintInfo&, const LayoutPoint&, ShadowStyle);
- // Returns the primary cell that should be painted for the grid item at (row, column)
- // intersecting dirtiedRows and dirtiedColumns. Returns nullptr if we have painted the grid item
- // when painting the grid item left to or above (row, column) when painting cells intersecting
- // dirtiedRows and dirtiedColumns.
+ // Returns the primary cell that should be painted for the grid item at (row,
+ // column) intersecting dirtiedRows and dirtiedColumns. Returns nullptr if we
+ // have painted the grid item when painting the grid item left to or above
+ // (row, column) when painting cells intersecting dirtiedRows and
+ // dirtiedColumns.
const LayoutTableCell* primaryCellToPaint(
unsigned row,
unsigned column,
« no previous file with comments | « third_party/WebKit/Source/core/paint/TableRowPainter.cpp ('k') | third_party/WebKit/Source/core/paint/TableSectionPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698