| Index: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| index b059980113ccfd8de09da7bdae2367d9d0ac4151..6728849fcd0eeb7b5e46cecf904ff84d8d5c3683 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
|
| @@ -53,7 +53,6 @@ class CORE_EXPORT NGBlockLayoutAlgorithm : public NGLayoutAlgorithm {
|
| // Creates a new constraint space for the current child.
|
| NGConstraintSpace* CreateConstraintSpaceForCurrentChild();
|
| void FinishCurrentChildLayout(NGFragment* fragment);
|
| - void LayoutOutOfFlowChildren();
|
|
|
| // Proceed to the next sibling that still needs layout.
|
| //
|
|
|