| Index: third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h
|
| index 0dd7a3bef28887250ebed95364430c5bbea73d24..70ae3619b19946137157a1520f37d58e879f847d 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h
|
| @@ -15,6 +15,8 @@ class LayoutNGBlockFlow final : public LayoutBlockFlow {
|
| explicit LayoutNGBlockFlow(Element*);
|
| ~LayoutNGBlockFlow() override = default;
|
|
|
| + void layoutBlock(bool relayoutChildren) override;
|
| +
|
| private:
|
| bool isOfType(LayoutObjectType) const override;
|
| };
|
|
|