| 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 9c80602b16980922f0b18ff20f0309d5b4d56e01..e659a62caa5f238330a1b90eb6eadea2768c69b6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| @@ -341,7 +341,9 @@ class CORE_EXPORT LayoutTableSection final : public LayoutTableBoxComponent {
|
| return false;
|
| }
|
|
|
| - int PaginationStrutForRow(LayoutTableRow*, LayoutUnit logical_offset) const;
|
| + int PaginationStrutForRow(LayoutTableRow*,
|
| + LayoutUnit logical_offset,
|
| + bool& can_repeat_footer) const;
|
|
|
| bool MapToVisualRectInAncestorSpaceInternal(
|
| const LayoutBoxModelObject* ancestor,
|
| @@ -349,6 +351,7 @@ class CORE_EXPORT LayoutTableSection final : public LayoutTableBoxComponent {
|
| VisualRectFlags = kDefaultVisualRectFlags) const override;
|
|
|
| bool IsRepeatingHeaderGroup() const;
|
| + bool IsRepeatingFooterGroup() const;
|
|
|
| void UpdateLayout() override;
|
|
|
|
|