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; |