| Index: sky/engine/core/rendering/line/BreakingContextInlineHeaders.h
|
| diff --git a/sky/engine/core/rendering/line/BreakingContextInlineHeaders.h b/sky/engine/core/rendering/line/BreakingContextInlineHeaders.h
|
| index 91796be46bf2e01f107ac71bb368259201540d5e..6a9beb4b43a81f1c5ae9e11839f60ab7ad0b2da0 100644
|
| --- a/sky/engine/core/rendering/line/BreakingContextInlineHeaders.h
|
| +++ b/sky/engine/core/rendering/line/BreakingContextInlineHeaders.h
|
| @@ -198,10 +198,6 @@ inline void setStaticPositions(RenderBlockFlow* block, RenderBox* child)
|
| // inline so that we can obtain the value later.
|
| toRenderInline(containerBlock)->layer()->setStaticInlinePosition(block->startAlignedOffsetForLine(false));
|
| toRenderInline(containerBlock)->layer()->setStaticBlockPosition(blockHeight);
|
| -
|
| - // If |child| is a leading or trailing positioned object this is its only opportunity to ensure it moves with an inline
|
| - // container changing width.
|
| - child->moveWithEdgeOfInlineContainerIfNecessary();
|
| }
|
| block->updateStaticInlinePositionForChild(child);
|
| child->layer()->setStaticBlockPosition(blockHeight);
|
|
|