| Index: third_party/WebKit/Source/core/layout/ng/ng_line_builder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_line_builder.h b/third_party/WebKit/Source/core/layout/ng/ng_line_builder.h
|
| index af94ebd916163bc77f3a5fd098e8dfe608b1ca9c..823269def4d630f2b7b01c7ab96c7d8bdaeb6ed6 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_line_builder.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_line_builder.h
|
| @@ -31,7 +31,7 @@ class CORE_EXPORT NGLineBuilder final {
|
| STACK_ALLOCATED();
|
|
|
| public:
|
| - NGLineBuilder(NGInlineNode*, NGConstraintSpace*, NGFragmentBuilder*);
|
| + NGLineBuilder(NGInlineNode*, NGConstraintSpace*);
|
|
|
| const NGConstraintSpace& ConstraintSpace() const {
|
| return *constraint_space_;
|
| @@ -159,7 +159,6 @@ class CORE_EXPORT NGLineBuilder final {
|
|
|
| Persistent<NGInlineNode> inline_box_;
|
| NGConstraintSpace* constraint_space_; // Not owned as STACK_ALLOCATED.
|
| - NGFragmentBuilder* containing_block_builder_;
|
| Vector<RefPtr<NGLayoutResult>, 32> layout_results_;
|
| Vector<LineBoxData, 32> line_box_data_list_;
|
| unsigned start_index_ = 0;
|
|
|