| Index: sky/engine/core/rendering/RenderBlockFlow.cpp
|
| diff --git a/sky/engine/core/rendering/RenderBlockFlow.cpp b/sky/engine/core/rendering/RenderBlockFlow.cpp
|
| index 314a437f8c7a31c101079eab326c2758dc829fe1..ac028b2cfc1a12ca8174af710e641636f2b33291 100644
|
| --- a/sky/engine/core/rendering/RenderBlockFlow.cpp
|
| +++ b/sky/engine/core/rendering/RenderBlockFlow.cpp
|
| @@ -157,9 +157,6 @@ void RenderBlockFlow::layoutChildren(bool relayoutChildren, SubtreeLayoutScope&
|
| RenderBox* child = next;
|
| next = child->nextSiblingBox();
|
|
|
| - // FIXME: this should only be set from clearNeedsLayout crbug.com/361250
|
| - child->setLayoutDidGetCalled(true);
|
| -
|
| updateBlockChildDirtyBitsBeforeLayout(relayoutChildren, child);
|
|
|
| if (child->isOutOfFlowPositioned()) {
|
|
|