Chromium Code Reviews| 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..675acdc2d28e3e8c4625345cf8e21343ccd30dd7 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,9 @@ 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 PositionWithParentBfc(const NGConstraintSpace&); |
|
ikilpatrick
2017/05/09 22:45:23
remove?
Gleb Lanbin
2017/05/09 23:12:07
Done.
|
| NGLogicalOffset PositionLegacy(const NGConstraintSpace& child_space); |