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 8e2c1f2dea6bb574702d0cdb746de2895ed247d9..e552e44932296e6b81ad7f2c10557e7c0ba464f4 100644 |
--- a/third_party/WebKit/Source/core/paint/TableSectionPainter.h |
+++ b/third_party/WebKit/Source/core/paint/TableSectionPainter.h |
@@ -48,6 +48,11 @@ class TableSectionPainter { |
const LayoutPoint& paint_offset, |
const CollapsedBorderValue& current_border_value, |
ItemToPaint); |
+ void PaintRepeatingFooterGroup( |
+ const PaintInfo&, |
+ const LayoutPoint& paint_offset, |
+ const CollapsedBorderValue& current_border_value, |
+ ItemToPaint); |
void PaintSection(const PaintInfo&, const LayoutPoint&); |
void PaintCollapsedSectionBorders(const PaintInfo&, |
const LayoutPoint&, |