Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/ng/ng_block_node.h |
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h b/third_party/WebKit/Source/core/layout/ng/ng_block_node.h |
| index 2597ff81fce46adfc48ac4a178961c6c27123a9e..3493487e070ba46ca1d9bc80f347ae2c11ac1aae 100644 |
| --- a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h |
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_block_node.h |
| @@ -61,6 +61,8 @@ class CORE_EXPORT NGBlockNode final : public NGLayoutInputNode { |
| // geometry. |
| NGPhysicalFragment* RunOldLayout(const NGConstraintSpace&); |
| + void UseOldOutOfFlowPositioning(); |
|
cbiesinger
2016/12/13 20:59:06
This does need a comment :)
atotic
2016/12/13 21:18:20
done
// Call if this out-of-flow block needs to b
|
| + |
| void UpdateLayoutBox(NGPhysicalFragment* fragment, |
| const NGConstraintSpace* constraint_space); |