| Index: Source/core/rendering/RenderTableSection.cpp
|
| diff --git a/Source/core/rendering/RenderTableSection.cpp b/Source/core/rendering/RenderTableSection.cpp
|
| index c974495baa32fccdc6b0304016f2c8a0da4270af..29665621d5969ec7a7b8f6fb3572f4d730ee4617 100644
|
| --- a/Source/core/rendering/RenderTableSection.cpp
|
| +++ b/Source/core/rendering/RenderTableSection.cpp
|
| @@ -900,7 +900,7 @@ void RenderTableSection::layoutRows()
|
| rowRenderer->setLocation(LayoutPoint(0, m_rowPos[r]));
|
| rowRenderer->setLogicalWidth(logicalWidth());
|
| rowRenderer->setLogicalHeight(m_rowPos[r + 1] - m_rowPos[r] - vspacing);
|
| - rowRenderer->updateLayerTransform();
|
| + rowRenderer->updateLayerTransformAfterLayout();
|
| rowRenderer->clearAllOverflows();
|
| rowRenderer->addVisualEffectOverflow();
|
| }
|
|
|