| Index: third_party/WebKit/Source/core/paint/TableRowPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/TableRowPainter.cpp b/third_party/WebKit/Source/core/paint/TableRowPainter.cpp
|
| index acecb1b1c67cb67dff4912fec90257b5df3c03ef..c00953bc29c210a655b2284a796a74198ca1a517 100644
|
| --- a/third_party/WebKit/Source/core/paint/TableRowPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TableRowPainter.cpp
|
| @@ -16,6 +16,7 @@ namespace blink {
|
|
|
| void TableRowPainter::paint(const PaintInfo& paintInfo,
|
| const LayoutPoint& paintOffset) {
|
| + ObjectPainter(m_layoutTableRow).checkPaintOffset(paintInfo, paintOffset);
|
| DCHECK(m_layoutTableRow.hasSelfPaintingLayer());
|
|
|
| // TODO(crbug.com/577282): This painting order is inconsistent with other
|
|
|