| Index: third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h b/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
|
| index daf91ef2a6c13c36c211dadb219a42606b7e806f..284f7b340297a20cc29a4f474cbe0f97dd96144e 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
|
| @@ -20,6 +20,7 @@ class ComputedStyle;
|
| class NGBlockNode;
|
| class NGFragmentBuilder;
|
| class NGConstraintSpace;
|
| +class NGLayoutResult;
|
|
|
| // Helper class for positioning of out-of-flow blocks.
|
| // It should be used together with NGFragmentBuilder.
|
| @@ -34,11 +35,11 @@ class CORE_EXPORT NGOutOfFlowLayoutPart {
|
| void Run();
|
|
|
| private:
|
| - RefPtr<NGPhysicalFragment> LayoutDescendant(NGBlockNode& descendant,
|
| - NGStaticPosition static_position,
|
| - NGLogicalOffset* offset);
|
| + RefPtr<NGLayoutResult> LayoutDescendant(NGBlockNode& descendant,
|
| + NGStaticPosition static_position,
|
| + NGLogicalOffset* offset);
|
|
|
| - RefPtr<NGPhysicalFragment> GenerateFragment(
|
| + RefPtr<NGLayoutResult> GenerateFragment(
|
| NGBlockNode& node,
|
| const Optional<LayoutUnit>& block_estimate,
|
| const NGAbsolutePhysicalPosition node_position);
|
|
|