Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1889)

Unified Diff: Source/core/rendering/RenderTableSection.h

Issue 596823002: Tables with specific merge cell configuration render with extra height to tr elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/rendering/RenderTableSection.h
diff --git a/Source/core/rendering/RenderTableSection.h b/Source/core/rendering/RenderTableSection.h
index c3e1a5e5f8516d314e5ccec93a08ea93418e5778..a52a9f5fb3ad3d82e31351580aa811696c1a9c4f 100644
--- a/Source/core/rendering/RenderTableSection.h
+++ b/Source/core/rendering/RenderTableSection.h
@@ -260,9 +260,8 @@ private:
void ensureRows(unsigned);
bool rowHasOnlySpanningCells(unsigned);
- unsigned calcRowHeightHavingOnlySpanningCells(unsigned);
- void updateRowsHeightHavingOnlySpanningCells(RenderTableCell*, struct SpanningRowsHeight&);
- bool isHeightNeededForRowHavingOnlySpanningCells(unsigned);
+ unsigned calcRowHeightHavingOnlySpanningCells(unsigned, unsigned&, unsigned, int&, unsigned, Vector<int>&);
+ void updateRowsHeightHavingOnlySpanningCells(RenderTableCell*, struct SpanningRowsHeight&, unsigned&, Vector<int>&);
void populateSpanningRowsHeightFromCell(RenderTableCell*, struct SpanningRowsHeight&);
void distributeExtraRowSpanHeightToPercentRows(RenderTableCell*, int, int&, Vector<int>&);

Powered by Google App Engine
This is Rietveld 408576698