| 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..0dfd1674c958ddd488ab32f0f84c4bbbd75af60c 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(
|
| + const LayoutTableSection* section_for_page = nullptr) const;
|
|
|
| void UpdateLayout() override;
|
|
|
|
|