| Index: third_party/WebKit/Source/core/layout/ng/inline/ng_inline_item_result.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_item_result.h b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_item_result.h
|
| index ea695dd8c52df84e18f246bd568c0be782810d43..1533e161bc8e2e377568ca2fb990935d961bc2af 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_item_result.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_item_result.h
|
| @@ -48,6 +48,9 @@ struct CORE_EXPORT NGInlineItemResult {
|
| LayoutUnit borders_paddings_block_start;
|
| LayoutUnit borders_paddings_block_end;
|
|
|
| + // Create a box when the box is empty, for open/close tags.
|
| + unsigned needs_box_when_empty : 1;
|
| +
|
| // Inside of this is not breakable.
|
| // Used only during line breaking.
|
| unsigned no_break_opportunities_inside : 1;
|
|
|