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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTableSection.h

Issue 2584143003: Repeat footers in paginated context (Closed)
Patch Set: bug 656232 Created 3 years, 7 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/layout/LayoutTableSection.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.h b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
index 8586c49858f28d7464d2850df116477a8cd486ec..13d0cefe96778d60edba4e1cc98f866f0cb9569f 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
@@ -350,6 +350,8 @@ class CORE_EXPORT LayoutTableSection final : public LayoutTableBoxComponent {
VisualRectFlags = kDefaultVisualRectFlags) const override;
bool IsRepeatingHeaderGroup() const;
+ bool IsRepeatingFooterGroup(
+ LayoutTableSection* section_for_page = nullptr) const;
mstensho (USE GERRIT) 2017/05/08 13:56:00 This parameter needs some documentation.
rhogan 2017/05/09 19:57:17 Done in the definition.
void UpdateLayout() override;

Powered by Google App Engine
This is Rietveld 408576698