| Index: third_party/WebKit/Source/core/paint/TableCellPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/TableCellPainter.h b/third_party/WebKit/Source/core/paint/TableCellPainter.h
|
| index 4edf5f86d716890f5071e3ac654d9b4591641c20..bc88c7d59de59495ed75e17cbf1429c02ca1f968 100644
|
| --- a/third_party/WebKit/Source/core/paint/TableCellPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/TableCellPainter.h
|
| @@ -11,6 +11,7 @@
|
| namespace blink {
|
|
|
| struct PaintInfo;
|
| +class CollapsedBorderValue;
|
| class LayoutPoint;
|
| class LayoutRect;
|
| class LayoutTableCell;
|
| @@ -24,7 +25,7 @@ public:
|
|
|
| void paint(const PaintInfo&, const LayoutPoint&);
|
|
|
| - void paintCollapsedBorders(const PaintInfo&, const LayoutPoint&);
|
| + void paintCollapsedBorders(const PaintInfo&, const LayoutPoint&, const CollapsedBorderValue&);
|
| void paintBackgroundsBehindCell(const PaintInfo&, const LayoutPoint&, const LayoutObject* backgroundObject);
|
| void paintBoxDecorationBackground(const PaintInfo&, const LayoutPoint& paintOffset);
|
| void paintMask(const PaintInfo&, const LayoutPoint& paintOffset);
|
|
|