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

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, 8 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 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&,

Powered by Google App Engine
This is Rietveld 408576698