| Index: sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/sky/engine/core/rendering/style/StyleRareNonInheritedData.h b/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| index fb301d1edcbec6afaab1aa9254d582377d151697..c87e32c1bc82d8a967c658e9f7705e28f665cda7 100644
|
| --- a/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -128,8 +128,6 @@ public:
|
|
|
| unsigned userDrag : 2; // EUserDrag
|
| unsigned textOverflow : 1; // Whether or not lines that spill out should be truncated with "..."
|
| - unsigned marginBeforeCollapse : 2; // EMarginCollapse
|
| - unsigned marginAfterCollapse : 2; // EMarginCollapse
|
|
|
| unsigned m_textDecorationStyle : 3; // TextDecorationStyle
|
| unsigned m_wrapFlow: 3; // WrapFlow
|
|
|