Chromium Code Reviews| 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 d1b6458d06e6797147242a09cf1ce6f4e8675dd6..852cb7038742453b6c2333e522209d8c18a88af4 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 |
| @@ -72,7 +72,7 @@ class CORE_EXPORT NGConstraintSpaceBuilder final { |
| NGPhysicalSize initial_containing_block_size_; |
| LayoutUnit fragmentainer_space_available_; |
| - unsigned parent_writing_mode_ : 2; |
| + unsigned parent_writing_mode_ : 3; |
|
Nico
2017/03/14 17:16:47
ikilpatrick: Looks like this was added in https://
|
| unsigned is_fixed_size_inline_ : 1; |
| unsigned is_fixed_size_block_ : 1; |
| unsigned is_shrink_to_fit_ : 1; |