| Index: third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| index eeff2fa3f38af1e5810f49108b5a109054179400..405c4e84749c2ba3e7a62819467d92fbf14e80bd 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "core/layout/ng/layout_ng_block_flow.h"
|
| #include "core/layout/ng/ng_constraint_space.h"
|
| -#include "core/layout/ng/ng_fragment_base.h"
|
| #include "core/layout/LayoutAnalyzer.h"
|
| +#include "core/layout/ng/ng_fragment.h"
|
|
|
| namespace blink {
|
|
|
| @@ -26,7 +26,7 @@ void LayoutNGBlockFlow::layoutBlock(bool relayoutChildren) {
|
| // passes (probably FirstChild(), etc).
|
| m_box = new NGBlockNode(this);
|
|
|
| - NGFragmentBase* fragment;
|
| + NGFragment* fragment;
|
| while (!m_box->Layout(constraint_space, &fragment))
|
| ;
|
|
|
|
|