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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTableSection.h

Issue 2392353002: Move table cell height flexing into a separate method. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutTableSection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 354654ba43718745c260302d2d579188df3eef80..612299b3fdb972c20f1bf98bc3a773f54ddc6c07 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
@@ -409,6 +409,8 @@ class CORE_EXPORT LayoutTableSection final : public LayoutTableBoxComponent {
void setLogicalPositionForCell(LayoutTableCell*,
unsigned effectiveColumn) const;
+ void relayoutCellIfFlexed(LayoutTableCell&, int rowIndex, int rowHeight);
+
// The representation of the rows and their cells (CellStruct).
Vector<RowStruct> m_grid;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutTableSection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698