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

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

Issue 2013693002: [css-tables] Set table and cell widths dirty when section border changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add optional param and remove new layout test Created 4 years, 6 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: 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 c0ef195e9314f522680d49cd3855ae0876514130..a558851cd8175cd068f96ab907abee7c6bfad5a4 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
@@ -115,6 +115,7 @@ public:
void layoutRows();
void computeOverflowFromCells();
bool recalcChildOverflowAfterStyleChange();
+ void markAllCellsWidthsDirtyAndOrNeedsLayout(bool markNeedsLayout);
LayoutTable* table() const { return toLayoutTable(parent()); }

Powered by Google App Engine
This is Rietveld 408576698