| Index: Source/core/paint/TableSectionPainter.cpp
|
| diff --git a/Source/core/paint/TableSectionPainter.cpp b/Source/core/paint/TableSectionPainter.cpp
|
| index 226b34375c6c7967720c177cffc5d5f37e22d801..af5dd7b8514b2633d8d9365cb2697ce9dbfd1825 100644
|
| --- a/Source/core/paint/TableSectionPainter.cpp
|
| +++ b/Source/core/paint/TableSectionPainter.cpp
|
| @@ -176,7 +176,7 @@ void TableSectionPainter::paintCell(LayoutTableCell* cell, const PaintInfo& pain
|
|
|
| if (columnHasBackground || columnGroupHasBackground || sectionHasBackground || rowHasBackground) {
|
| TableCellPainter tableCellPainter(*cell);
|
| - LayoutObjectDrawingRecorder recorder(*paintInfo.context, *cell, paintPhase, tableCellPainter.paintBounds(paintOffset, TableCellPainter::AddOffsetFromParent));
|
| + LayoutObjectDrawingRecorder recorder(*paintInfo.context, *cell, paintPhase, tableCellPainter.paintBounds(cellPoint, TableCellPainter::AddOffsetFromParent));
|
| if (!recorder.canUseCachedDrawing()) {
|
| // Column groups and columns first.
|
| // FIXME: Columns and column groups do not currently support opacity, and they are being painted "too late" in
|
|
|