| 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,
|
|
|