| 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 a8999349cce48becea3103e8f961bd6fdb9cf7c9..5307990667c5480df3a31a464688bf50888f34bd 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| @@ -123,6 +123,8 @@ class CORE_EXPORT LayoutTableRow final : public LayoutTableBoxComponent {
|
| const LayoutPoint& accumulatedOffset,
|
| HitTestAction) override;
|
|
|
| + PaginationBreakability getPaginationBreakability() const final;
|
| +
|
| void computeOverflow();
|
|
|
| const char* name() const override { return "LayoutTableRow"; }
|
|
|