| Index: third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.cc b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.cc
|
| index 734d6ec857e85c13d28df3e0b5aa433ef775f497..8bdac0aed3f908128437aaea6800441ab95cfcd1 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.cc
|
| @@ -230,7 +230,10 @@ RefPtr<NGLayoutResult> NGInlineNode::Layout(NGConstraintSpace* constraint_space,
|
| NGInlineLayoutAlgorithm algorithm(this, constraint_space,
|
| ToNGInlineBreakToken(break_token));
|
| RefPtr<NGLayoutResult> result = algorithm.Layout();
|
| - CopyFragmentDataToLayoutBox(*constraint_space, result.Get());
|
| +
|
| + block_->root_fragment_ = result->PhysicalFragment();
|
| +
|
| + // CopyFragmentDataToLayoutBox(*constraint_space, result.Get());
|
| return result;
|
| }
|
|
|
|
|