| 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 d2b9a3835e0bbb53fab395731e5f97d1974099b0..e7d7f65dc6ad1c5d97ad36325f5491af978eee77 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
|
| @@ -34,6 +34,8 @@ class CORE_EXPORT NGBlockNode final : public NGLayoutInputNode {
|
| ~NGBlockNode() override;
|
|
|
| bool Layout(NGConstraintSpace*, NGFragment**) override;
|
| + void LayoutSync(NGConstraintSpace*, NGFragment**);
|
| +
|
| NGBlockNode* NextSibling() override;
|
|
|
| // Computes the value of min-content and max-content for this box.
|
| @@ -46,6 +48,7 @@ class CORE_EXPORT NGBlockNode final : public NGLayoutInputNode {
|
| // often enough that it returns true before calling
|
| // ComputeOrSynthesizeMinAndMaxContentSizes)
|
| bool ComputeMinAndMaxContentSizes(MinAndMaxContentSizes*);
|
| + MinAndMaxContentSizes ComputeMinAndMaxContentSizesSync();
|
|
|
| const ComputedStyle* Style() const;
|
| ComputedStyle* MutableStyle();
|
|
|