| 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 058af6bf3f89243b63c3ff2dcc480fc9950742fa..685ba6820b028f44b0749859f205ad8d21683fa8 100644
|
| --- a/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
|
| @@ -95,6 +95,7 @@ void TableSectionPainter::paintRepeatingHeaderGroup(
|
|
|
| void TableSectionPainter::paint(const PaintInfo& paintInfo,
|
| const LayoutPoint& paintOffset) {
|
| + ObjectPainter(m_layoutTableSection).checkPaintOffset(paintInfo, paintOffset);
|
| paintSection(paintInfo, paintOffset);
|
| LayoutTable* table = m_layoutTableSection.table();
|
| if (table->header() == m_layoutTableSection)
|
|
|