| 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 fd71e8819d438ab8c6ec1ff1a7367517ed44639c..2e6f19cbc42c11b6196256e983f929d068558de6 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
|
| @@ -10,7 +10,6 @@
|
| #include "core/layout/ng/ng_block_break_token.h"
|
| #include "core/layout/ng/ng_block_node.h"
|
| #include "core/layout/ng/ng_constraint_space_builder.h"
|
| -#include "core/layout/ng/ng_fragment_builder.h"
|
| #include "core/layout/ng/ng_layout_algorithm.h"
|
| #include "platform/wtf/RefPtr.h"
|
|
|
| @@ -64,7 +63,6 @@ class CORE_EXPORT NGBlockLayoutAlgorithm
|
| NGLogicalOffset CalculateLogicalOffset(
|
| const WTF::Optional<NGLogicalOffset>& known_fragment_offset);
|
|
|
| - NGFragmentBuilder builder_;
|
| NGConstraintSpaceBuilder space_builder_;
|
|
|
| NGBoxStrut border_and_padding_;
|
|
|