| 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 f0d9377e4b8e54835bcb130907b068fa7a3e4c7f..5f998aa01658222dc3e3ae003eb740ca26713ec8 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
|
| @@ -100,7 +100,6 @@ class CORE_EXPORT NGBlockLayoutAlgorithm : public NGLayoutAlgorithm {
|
| LayoutUnit max_inline_size_;
|
| // MarginStrut for the previous child.
|
| NGMarginStrut curr_margin_strut_;
|
| - NGLogicalOffset bfc_offset_;
|
| NGLogicalOffset curr_bfc_offset_;
|
| NGBoxStrut curr_child_margins_;
|
| };
|
|
|