| Index: sky/engine/core/rendering/SubtreeLayoutScope.cpp
|
| diff --git a/sky/engine/core/rendering/SubtreeLayoutScope.cpp b/sky/engine/core/rendering/SubtreeLayoutScope.cpp
|
| index c217e6608a12866210228bd85752313ab7714951..2d448713152bc94260d868ec368e1dfafaba7f70 100644
|
| --- a/sky/engine/core/rendering/SubtreeLayoutScope.cpp
|
| +++ b/sky/engine/core/rendering/SubtreeLayoutScope.cpp
|
| @@ -55,7 +55,7 @@ SubtreeLayoutScope::~SubtreeLayoutScope()
|
| void SubtreeLayoutScope::setNeedsLayout(RenderObject* descendant)
|
| {
|
| ASSERT(descendant->isDescendantOf(&m_root));
|
| - descendant->setNeedsLayoutAndFullPaintInvalidation(MarkContainingBlockChain, this);
|
| + descendant->setNeedsLayout(MarkContainingBlockChain, this);
|
| }
|
|
|
| void SubtreeLayoutScope::setChildNeedsLayout(RenderObject* descendant)
|
|
|