| 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 e7b9ab98c6d8f2e2452155332b820a75a7a237fa..acecb1b1c67cb67dff4912fec90257b5df3c03ef 100644
|
| --- a/third_party/WebKit/Source/core/paint/TableRowPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TableRowPainter.cpp
|
| @@ -18,7 +18,8 @@ void TableRowPainter::paint(const PaintInfo& paintInfo,
|
| const LayoutPoint& paintOffset) {
|
| DCHECK(m_layoutTableRow.hasSelfPaintingLayer());
|
|
|
| - // TODO(crbug.com/577282): This painting order is inconsistent with other outlines.
|
| + // TODO(crbug.com/577282): This painting order is inconsistent with other
|
| + // outlines.
|
| if (shouldPaintSelfOutline(paintInfo.phase))
|
| paintOutline(paintInfo, paintOffset);
|
| if (paintInfo.phase == PaintPhaseSelfOutlineOnly)
|
|
|