Chromium Code Reviews| Index: Source/core/rendering/style/StyleRareNonInheritedData.h |
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h |
| index 8a724ac79466937e8d199b5633b797f82469b356..3d719e8f4410b0e8dc1f9aa9b0dcbb6aac664bae 100644 |
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h |
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h |
| @@ -191,6 +191,10 @@ public: |
| unsigned m_isolation : 1; // Isolation |
| + unsigned m_justifyItems : 4; // ItemPosition |
| + unsigned m_justifyItemsOverflowAlignment : 2; // OverflowAlignment |
| + bool m_justifyItemsIsLegacy; |
|
cbiesinger
2014/06/21 00:45:23
unsigned m_justifyItemsIsLegacy : 1;
|
| + |
| unsigned m_justifySelf : 4; // ItemPosition |
| unsigned m_justifySelfOverflowAlignment : 2; // OverflowAlignment |