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 44f1a89df0cc2087e37094fc1a473fd2816e5398..615ea8726f6f0fc50a058b4ee7f211b278f868a4 100644 |
--- a/third_party/WebKit/Source/core/paint/TableSectionPainter.h |
+++ b/third_party/WebKit/Source/core/paint/TableSectionPainter.h |
@@ -9,6 +9,7 @@ |
namespace blink { |
+class CollapsedBorderValue; |
class LayoutPoint; |
class LayoutTableCell; |
class LayoutTableSection; |
@@ -20,6 +21,7 @@ public: |
TableSectionPainter(const LayoutTableSection& layoutTableSection) : m_layoutTableSection(layoutTableSection) { } |
void paint(const PaintInfo&, const LayoutPoint&); |
+ void paintCollapsedBorders(const PaintInfo&, const LayoutPoint&, const CollapsedBorderValue&); |
private: |
void paintObject(const PaintInfo&, const LayoutPoint&); |