| 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 0306826f19161bc613b080e02a7de32a3ff71986..6fb7ddd08eb02f9dee401c282b5941f0eab1ed5e 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
|
| @@ -59,9 +59,6 @@ class CORE_EXPORT NGBlockNode final : public NGLayoutInputNode {
|
| return fragment_ && !fragment_->BreakToken();
|
| }
|
|
|
| - // Used for debugging purposes only.
|
| - const LayoutBox* LegacyLayoutBox() const { return layout_box_; }
|
| -
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| // Runs layout on layout_box_ and creates a fragment for the resulting
|
|
|