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

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: re-add layout test Created 4 years, 5 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 549a25316c4d08c4521858a94c5c5a5a8e409621..5c0c7a47a6e6ed84e82d6a81b0a7b7fa425c905b 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