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 0a8574b6e76e3da7845f7b5bfb503f5207fbecdb..81260737f705be3a3033d3f8f3dd0ee42e550701 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 |
@@ -21,6 +21,8 @@ class CORE_EXPORT LayoutNGBlockFlow final : public LayoutBlockFlow { |
void UpdateBlockLayout(bool relayout_children) override; |
NGBlockNode* BoxForTesting() const { return box_.Get(); } |
+ const char* GetName() const override { return "LayoutNGBlockFlow"; } |
+ |
NGInlineNodeData& GetNGInlineNodeData() const; |
void ResetNGInlineNodeData(); |