Index: Source/core/layout/LayoutTable.cpp |
diff --git a/Source/core/layout/LayoutTable.cpp b/Source/core/layout/LayoutTable.cpp |
index 023c8ceea4dcb8eb4fcd238ee2c6a424ddcf7493..01c1829685d41fc385a091da3a3b59f76ea39208 100644 |
--- a/Source/core/layout/LayoutTable.cpp |
+++ b/Source/core/layout/LayoutTable.cpp |
@@ -410,6 +410,7 @@ void LayoutTable::simplifiedNormalFlowLayout() |
section->layoutRows(); |
section->computeOverflowFromCells(); |
section->updateLayerTransformAfterLayout(); |
+ section->addVisualEffectOverflow(); |
} |
} |
@@ -553,6 +554,7 @@ void LayoutTable::layout() |
setLogicalHeight(logicalHeight() + section->logicalHeight()); |
section->updateLayerTransformAfterLayout(); |
+ section->addVisualEffectOverflow(); |
section = sectionBelow(section); |
} |