| Index: third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.cc b/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.cc
|
| index 3ab50d5f7b21d187658e47faa0b03afcb0a05bbb..a66e4812833536dd22753f0312666460d866522b 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.cc
|
| @@ -129,7 +129,7 @@ RefPtr<NGLayoutResult> NGOutOfFlowLayoutPart::LayoutDescendant(
|
| descendant_writing_mode,
|
| ToNGPhysicalBoxFragment(layout_result->PhysicalFragment().Get()));
|
|
|
| - block_estimate = fragment.BlockSize();
|
| + block_estimate = fragment.Size().block_size;
|
| }
|
|
|
| ComputeFullAbsoluteWithChildBlockSize(*container_space_, descendant.Style(),
|
|
|