Chromium Code Reviews| 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 f6d5a9345db2d84b2af8ea08e63c5f86f905db51..f747b4f32e647f0ff9ef6d6de041cb9faaa4625d 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h |
| @@ -311,7 +311,8 @@ private: |
| void updateRowsHeightHavingOnlySpanningCells(LayoutTableCell*, struct SpanningRowsHeight&, unsigned&, Vector<int>&); |
| void populateSpanningRowsHeightFromCell(LayoutTableCell*, struct SpanningRowsHeight&); |
| - void distributeExtraRowSpanHeightToPercentRows(LayoutTableCell*, int, int&, Vector<int>&); |
| + void distributeExtraRowSpanHeightToPercentRows(LayoutTableCell*, float, |
| + int&, Vector<int>&); |
|
mstensho (USE GERRIT)
2015/11/02 10:46:42
Please put it back on one line.
a.suchit2
2016/01/12 06:46:35
Done.
|
| void distributeWholeExtraRowSpanHeightToPercentRows(LayoutTableCell*, float, int&, Vector<int>&); |
| void distributeExtraRowSpanHeightToAutoRows(LayoutTableCell*, int, int&, Vector<int>&); |
| void distributeExtraRowSpanHeightToRemainingRows(LayoutTableCell*, int, int&, Vector<int>&); |