| Index: third_party/WebKit/Source/core/paint/TablePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/TablePainter.cpp b/third_party/WebKit/Source/core/paint/TablePainter.cpp
|
| index cbdd0409266d80009ccf1782977259b6589fceaf..7dd5f23011a9a7055db3a71db7e7a6615731ff33 100644
|
| --- a/third_party/WebKit/Source/core/paint/TablePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TablePainter.cpp
|
| @@ -44,7 +44,7 @@ void TablePainter::PaintObject(const PaintInfo& paint_info,
|
| }
|
| }
|
|
|
| - if (layout_table_.CollapseBorders() &&
|
| + if (layout_table_.ShouldCollapseBorders() &&
|
| ShouldPaintDescendantBlockBackgrounds(paint_phase) &&
|
| layout_table_.Style()->Visibility() == EVisibility::kVisible) {
|
| // Using our cached sorted styles, we then do individual passes,
|
|
|