Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: third_party/WebKit/Source/core/paint/TableSectionPainter.h

Issue 2584143003: Repeat footers in paginated context (Closed)
Patch Set: bug 656232 Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7e26e06aa47fc2b8ec2b7eecb0842f6dee986756..14535cc3676410ff7f3389d10af12d0f60bcc9a8 100644
--- a/third_party/WebKit/Source/core/paint/TableSectionPainter.h
+++ b/third_party/WebKit/Source/core/paint/TableSectionPainter.h
@@ -44,6 +44,9 @@ class TableSectionPainter {
const PaintInfo&,
const LayoutPoint& paint_offset,
ItemToPaint);
+ void PaintRepeatingFooterGroup(const PaintInfo&,
+ const LayoutPoint& paint_offset,
+ ItemToPaint);
void PaintSection(const PaintInfo&, const LayoutPoint&);
void PaintCollapsedSectionBorders(const PaintInfo&, const LayoutPoint&);

Powered by Google App Engine
This is Rietveld 408576698