| 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 650af9fb7bf68b4763e9e5672f27d6c9c9a4d4d8..dd91b95c16fe5a93bc688cad4ee9909f65c59f5c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| @@ -419,6 +419,8 @@ class CORE_EXPORT LayoutTableSection final : public LayoutTableBoxComponent {
|
|
|
| void relayoutCellIfFlexed(LayoutTableCell&, int rowIndex, int rowHeight);
|
|
|
| + int logicalHeightForRow(const LayoutTableRow&) const;
|
| +
|
| // The representation of the rows and their cells (CellStruct).
|
| Vector<RowStruct> m_grid;
|
|
|
|
|