| Index: Source/core/layout/SubtreeLayoutScope.cpp
|
| diff --git a/Source/core/layout/SubtreeLayoutScope.cpp b/Source/core/layout/SubtreeLayoutScope.cpp
|
| index 2a529e28497bb51e5cc533638d85f368cc4a3ddb..c9f31de9d258222f2705ed1eb6b284a931dfb960 100644
|
| --- a/Source/core/layout/SubtreeLayoutScope.cpp
|
| +++ b/Source/core/layout/SubtreeLayoutScope.cpp
|
| @@ -52,10 +52,10 @@ SubtreeLayoutScope::~SubtreeLayoutScope()
|
| #endif
|
| }
|
|
|
| -void SubtreeLayoutScope::setNeedsLayout(LayoutObject* descendant)
|
| +void SubtreeLayoutScope::setNeedsLayout(LayoutObject* descendant, LayoutInvalidationReasonForTracing reason)
|
| {
|
| ASSERT(descendant->isDescendantOf(&m_root));
|
| - descendant->setNeedsLayout(MarkContainerChain, this);
|
| + descendant->setNeedsLayout(reason, MarkContainerChain, this);
|
| }
|
|
|
| void SubtreeLayoutScope::setChildNeedsLayout(LayoutObject* descendant)
|
|
|