| Index: Source/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| index f23461abab3719d7325f6b754e81306af6106a8b..8e2d5a34528ff621eea9afc551f2a0e0bccf00a2 100644
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -190,6 +190,10 @@ public:
|
|
|
| unsigned m_isolation : 1; // Isolation
|
|
|
| + unsigned m_justifyItems : 4; // ItemPosition
|
| + unsigned m_justifyItemsOverflowAlignment : 2; // OverflowAlignment
|
| + unsigned m_justifyItemsPositionType: 1; // Whether or not alignment uses the 'legacy' keyword.
|
| +
|
| unsigned m_justifySelf : 4; // ItemPosition
|
| unsigned m_justifySelfOverflowAlignment : 2; // OverflowAlignment
|
|
|
|
|