| Index: third_party/WebKit/Source/core/paint/TableCellPainterTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/TableCellPainterTest.cpp b/third_party/WebKit/Source/core/paint/TableCellPainterTest.cpp
|
| index 085cf1aacff08ba356f0ba6c68b87bc6b6187007..4de095b7cea3361c2790898d0eeecd6a331d7a6d 100644
|
| --- a/third_party/WebKit/Source/core/paint/TableCellPainterTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TableCellPainterTest.cpp
|
| @@ -189,8 +189,9 @@ TEST_F(TableCellPainterTest, CollapsedBorderAndOverflow) {
|
| TestDisplayItem(layoutView, DisplayItem::kDocumentBackground),
|
| TestDisplayItem(cell, DisplayItem::kBoxDecorationBackground),
|
| TestDisplayItem(cell, DisplayItem::kTableCollapsedBorderLast),
|
| - TestDisplayItem(cell, DisplayItem::paintPhaseToDrawingType(
|
| - PaintPhaseSelfOutlineOnly)));
|
| + TestDisplayItem(
|
| + cell,
|
| + DisplayItem::paintPhaseToDrawingType(PaintPhaseSelfOutlineOnly)));
|
| }
|
|
|
| } // namespace blink
|
|
|