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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTable.cpp

Issue 2861373003: Let table row and section's self visual overflow cover whole collapsed borders (Closed)
Patch Set: rebaseline-cl Created 3 years, 7 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/LayoutTable.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.cpp b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
index e7dfbd5d600d8bd73e9b0dd773b26d280807bc38..95dacc851eb5b2ea3d99f419777c6a28c73122c1 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTable.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
@@ -539,7 +539,7 @@ void LayoutTable::SimplifiedNormalFlowLayout() {
section = SectionBelow(section)) {
section->LayoutIfNeeded();
section->LayoutRows();
- section->ComputeOverflowFromCells();
+ section->ComputeOverflowFromDescendants();
section->UpdateAfterLayout();
section->AddVisualEffectOverflow();
}

Powered by Google App Engine
This is Rietveld 408576698