| Index: third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableRow.h b/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| index 5307990667c5480df3a31a464688bf50888f34bd..74c64d602dd36a8cbfd6257d0daea28c6fc5b626 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| @@ -140,6 +140,8 @@ class CORE_EXPORT LayoutTableRow final : public LayoutTableBoxComponent {
|
| return false;
|
| }
|
|
|
| + bool isFirstRowInSectionAfterHeader() const;
|
| +
|
| private:
|
| void addOverflowFromCell(const LayoutTableCell*);
|
|
|
|
|