| 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 16caff5da88ae64b658c389365934e9f93dd2024..dccf8b2b9b0aab97736eea0c3a72404554b9df13 100644
|
| --- a/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -146,7 +146,6 @@ public:
|
| unsigned marginBeforeCollapse : 2; // EMarginCollapse
|
| unsigned marginAfterCollapse : 2; // EMarginCollapse
|
| unsigned m_borderFit : 1; // EBorderFit
|
| - unsigned m_textCombine : 1; // CSS3 text-combine properties
|
|
|
| unsigned m_textDecorationStyle : 3; // TextDecorationStyle
|
| unsigned m_wrapFlow: 3; // WrapFlow
|
|
|