| Index: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| index 97a9c401bb70464b5969fd5ff5577763a66f9e9e..a08c6d0e65c92352e686153b157f1f60a6ef66e2 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| @@ -80,6 +80,7 @@ class CORE_EXPORT NGBlockLayoutAlgorithm
|
|
|
| NGPreviousInflowPosition ComputeInflowPosition(
|
| const NGPreviousInflowPosition& previous_inflow_position,
|
| + const NGLayoutInputNode child,
|
| const NGInflowChildData& child_data,
|
| const WTF::Optional<NGLogicalOffset>& child_bfc_offset,
|
| const NGLogicalOffset& logical_offset,
|
|
|