| Index: third_party/WebKit/Source/core/paint/TableSectionPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/TableSectionPainter.h b/third_party/WebKit/Source/core/paint/TableSectionPainter.h
|
| index dc992c884714cc236470d32928b52bf15c9cc7af..cceddc112c5e5505e194a06425c6c034c1f26ddd 100644
|
| --- a/third_party/WebKit/Source/core/paint/TableSectionPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/TableSectionPainter.h
|
| @@ -15,6 +15,7 @@ class LayoutPoint;
|
| class LayoutTableCell;
|
| class LayoutTableSection;
|
| struct PaintInfo;
|
| +class TableCollapsedBorderPainter;
|
|
|
| class TableSectionPainter {
|
| STACK_ALLOCATED();
|
| @@ -23,6 +24,7 @@ public:
|
|
|
| void paint(const PaintInfo&, const LayoutPoint&);
|
| void paintCollapsedBorders(const PaintInfo&, const LayoutPoint&, const CollapsedBorderValue&);
|
| + void paintCollapsedBorders2(const PaintInfo&, const LayoutPoint&, TableCollapsedBorderPainter& previousPainter);
|
|
|
| private:
|
| void paintObject(const PaintInfo&, const LayoutPoint&);
|
|
|