| Index: Source/core/rendering/RenderBox.cpp
|
| diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp
|
| index a8fc2190a2ce51845191cf4ab77fb6b26238e096..85b8616ff7cd6cb412d3a42780588fca4996a73d 100644
|
| --- a/Source/core/rendering/RenderBox.cpp
|
| +++ b/Source/core/rendering/RenderBox.cpp
|
| @@ -1574,7 +1574,7 @@ void RenderBox::repaintTreeAfterLayout(const RenderLayerModelObject& repaintCont
|
| // If we are set to do a full repaint that means the RenderView will be
|
| // invalidated. We can then skip issuing of invalidations for the child
|
| // renderers as they'll be covered by the RenderView.
|
| - if (view()->doingFullRepaint() && this != view()) {
|
| + if (view()->shouldDoFullRepaintAfterLayout() && this != view()) {
|
| LayoutStateMaintainer statePusher(*this, isTableRow() ? LayoutSize() : locationOffset());
|
| RenderObject::repaintTreeAfterLayout(newRepaintContainer);
|
| return;
|
|
|