| 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 4e5ec779cb6b045f835252e2807cf136c78e819c..beaa95dfbf5b16a7acc0be93d133d16203776e08 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
|
| @@ -106,11 +106,11 @@ RefPtr<NGLayoutResult> NGOutOfFlowLayoutPart::LayoutDescendant(
|
| static_position.offset -= container_border_physical_offset_;
|
|
|
| RefPtr<NGLayoutResult> layout_result = nullptr;
|
| - Optional<MinAndMaxContentSizes> inline_estimate;
|
| + Optional<MinMaxContentSize> inline_estimate;
|
| Optional<LayoutUnit> block_estimate;
|
|
|
| if (AbsoluteNeedsChildInlineSize(descendant.Style())) {
|
| - inline_estimate = descendant.ComputeMinAndMaxContentSizes();
|
| + inline_estimate = descendant.ComputeMinMaxContentSize();
|
| }
|
|
|
| NGAbsolutePhysicalPosition node_position =
|
|
|