| Index: third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp b/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
|
| index 234a2acccb25d6770620acca4ad06afb9ae118e1..f42d8284aba269a2c1f4263cf317a3f01c57a5de 100644
|
| --- a/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
|
| @@ -71,6 +71,7 @@ void TableSectionPainter::paintRepeatingHeaderGroup(
|
| LayoutUnit bottomBound =
|
| std::min(LayoutUnit(paintInfo.cullRect().m_rect.maxY()),
|
| paintOffset.y() + table->logicalHeight());
|
| + paginationOffset.move(LayoutUnit(), -m_layoutTableSection.logicalTop());
|
| while (paginationOffset.y() < bottomBound) {
|
| LayoutPoint nestedOffset =
|
| paginationOffset +
|
|
|