| Index: third_party/WebKit/Source/core/layout/ng/ng_constraint_space_builder.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_builder.h b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_builder.h
|
| index 526ce6cac2ab35ef37bfa224edf20f12ee737e30..ddf0703a6bf0f3c5616fcbb4245441b7acda850e 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_builder.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_builder.h
|
| @@ -44,6 +44,7 @@ class CORE_EXPORT NGConstraintSpaceBuilder final
|
|
|
| NGConstraintSpaceBuilder& SetFragmentationType(NGFragmentationType);
|
| NGConstraintSpaceBuilder& SetIsNewFormattingContext(bool is_new_fc);
|
| + NGConstraintSpaceBuilder& SetIsAnonymous(bool is_anonymous);
|
|
|
| NGConstraintSpaceBuilder& SetMarginStrut(const NGMarginStrut& margin_strut);
|
|
|
| @@ -80,6 +81,7 @@ class CORE_EXPORT NGConstraintSpaceBuilder final
|
| unsigned is_block_direction_triggers_scrollbar_ : 1;
|
| unsigned fragmentation_type_ : 2;
|
| unsigned is_new_fc_ : 1;
|
| + unsigned is_anonymous_ : 1;
|
| unsigned text_direction_ : 1;
|
|
|
| NGMarginStrut margin_strut_;
|
|
|