| 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 fad911ae7e866ba334887d665a99d674213b53a2..7f0a6f4c51c369e3c32b6a2f7c96da854bc45f8a 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
|
| @@ -19,6 +19,8 @@ class LayoutNGBlockFlow final : public LayoutBlockFlow {
|
| void layoutBlock(bool relayoutChildren) override;
|
| NGBlockNode* boxForTesting() const { return m_box.get(); }
|
|
|
| + char objectSize() const override { return sizeof(this); }
|
| +
|
| private:
|
| bool isOfType(LayoutObjectType) const override;
|
|
|
|
|