| Index: third_party/WebKit/Source/core/paint/TableCellPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/TableCellPainter.cpp b/third_party/WebKit/Source/core/paint/TableCellPainter.cpp
|
| index 8895497d1af5330fc9a39ba8e554aea250ab3bc7..4ecad9bd41b55603c7f20469b78a9e76f3009813 100644
|
| --- a/third_party/WebKit/Source/core/paint/TableCellPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TableCellPainter.cpp
|
| @@ -182,7 +182,7 @@ void TableCellPainter::PaintContainerBackgroundBehindCell(
|
| const LayoutObject& background_object) {
|
| DCHECK(background_object != layout_table_cell_);
|
|
|
| - if (layout_table_cell_.Style()->Visibility() != EVisibility::kVisible)
|
| + if (background_object.Style()->Visibility() != EVisibility::kVisible)
|
| return;
|
|
|
| LayoutTable* table = layout_table_cell_.Table();
|
|
|