| Index: third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxPainter.cpp b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| index 0bb07bbac84899faf17269572b91a065ac9e42ad..b3f7cb9bda3baed0a275fdff02785220df313578 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
|
| @@ -199,7 +199,7 @@ void BoxPainter::PaintBoxDecorationBackgroundWithRect(
|
| LayoutTheme::GetTheme().Painter().PaintBorderOnly(
|
| layout_box_, paint_info, snapped_paint_rect))) &&
|
| !(layout_box_.IsTable() &&
|
| - ToLayoutTable(&layout_box_)->CollapseBorders())) {
|
| + ToLayoutTable(&layout_box_)->ShouldCollapseBorders())) {
|
| PaintBorder(layout_box_, paint_info, paint_rect, style,
|
| box_decoration_data.bleed_avoidance);
|
| }
|
|
|