Index: Source/core/rendering/SubtreeLayoutScope.cpp |
diff --git a/Source/core/rendering/SubtreeLayoutScope.cpp b/Source/core/rendering/SubtreeLayoutScope.cpp |
index 8e21605a9346472dda067db65a356bb402e9f342..5fbdd52d9332b2f601f431eae117daa0b28a8c33 100644 |
--- a/Source/core/rendering/SubtreeLayoutScope.cpp |
+++ b/Source/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) |