| 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 d1bf12a165ecd2d9f6d1eba3205aed692c3e1fcd..7d8421b7b1cc2de0d915175fc6ab7e839a145fb7 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
|
| @@ -95,7 +95,8 @@ class CORE_EXPORT NGBlockLayoutAlgorithm
|
| // BFC Offset is known here because of the padding.
|
| // <div style="padding: 1px">
|
| // <div id="empty-div" style="margins: 1px"></div>
|
| - NGLogicalOffset PositionWithParentBfc(const NGBoxFragment&);
|
| + NGLogicalOffset PositionWithParentBfc(const NGConstraintSpace&,
|
| + const NGBoxFragment&);
|
|
|
| NGLogicalOffset PositionLegacy(const NGConstraintSpace& child_space);
|
|
|
|
|