| Index: third_party/WebKit/Source/core/layout/ng/ng_absolute_utils.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_absolute_utils.h b/third_party/WebKit/Source/core/layout/ng/ng_absolute_utils.h
|
| index a161e497c2300e91a924ce084e3c4f619f779a8c..1513af443b68205fae6bc5a7c39d1007a9bee932 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_absolute_utils.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_absolute_utils.h
|
| @@ -50,7 +50,7 @@ ComputePartialAbsoluteWithChildInlineSize(
|
| const NGConstraintSpace& space,
|
| const ComputedStyle& style,
|
| const NGStaticPosition&,
|
| - const Optional<LayoutUnit>& child_inline_size);
|
| + const Optional<MinAndMaxContentSizes>& child_minmax);
|
|
|
| // Compute rest of NGPhysicalRect that depends on child's block_size.
|
| CORE_EXPORT void ComputeFullAbsoluteWithChildBlockSize(
|
|
|