| Index: Source/core/rendering/RenderTableRow.cpp
|
| diff --git a/Source/core/rendering/RenderTableRow.cpp b/Source/core/rendering/RenderTableRow.cpp
|
| index 0e129aa63404fab4a93472cdd91a18fe877a9389..0eb7684779094c76dde8d5cc3b663afc21f2222f 100644
|
| --- a/Source/core/rendering/RenderTableRow.cpp
|
| +++ b/Source/core/rendering/RenderTableRow.cpp
|
| @@ -181,6 +181,8 @@ void RenderTableRow::layout()
|
| }
|
| }
|
|
|
| + addVisualEffectOverflow();
|
| +
|
| // We only ever need to repaint if our cells didn't, which means that they didn't need
|
| // layout, so we know that our bounds didn't change. This code is just making up for
|
| // the fact that we did not repaint in setStyle() because we had a layout hint.
|
|
|