| 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();
|
| }
|
|
|