| 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 bc28e972d5aba743c58880c43cb1d670e0297e5c..2fa192d0b67643ec687e8d0809ddee3b90a879d0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| @@ -313,6 +313,8 @@ public:
|
| bool foregroundIsKnownToBeOpaqueInRect(const LayoutRect&, unsigned) const override { return false; }
|
| bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const override { return false; }
|
|
|
| + int paginationStrutForRow(LayoutTableRow*, LayoutUnit logicalOffset) const;
|
| +
|
| protected:
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
| bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override;
|
|
|