| Index: third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.h b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| index 3cb5fa121cd640f74e6fc6ec3890c73dfa145c29..6e9f5cae9b6cde3ee4a534f9b2f55344b30a919b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| @@ -272,6 +272,7 @@ public:
|
|
|
| bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const override;
|
|
|
| + void setPaginationStrutPropagatedFromChild(LayoutUnit strut) override { row()->setPaginationStrutPropagatedFromCell(strut); };
|
| protected:
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
| void computePreferredLogicalWidths() override;
|
|
|