| 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..3a3a6ab07823c6e0ae216c3557ac35523fada2a5 100644
|
| --- a/third_party/WebKit/Source/core/paint/TableCellPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TableCellPainter.cpp
|
| @@ -263,7 +263,9 @@ void TableCellPainter::PaintBoxDecorationBackground(
|
| if (!needs_to_paint_border)
|
| return;
|
|
|
| - BoxPainter::PaintBorder(layout_table_cell_, paint_info, paint_rect, style);
|
| + BoxPainter::PaintBorder(layout_table_cell_, layout_table_cell_.GetDocument(),
|
| + layout_table_cell_.GeneratingNode(), paint_info,
|
| + paint_rect, style);
|
| }
|
|
|
| void TableCellPainter::PaintMask(const PaintInfo& paint_info,
|
|
|