| 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 dccf8b2b9b0aab97736eea0c3a72404554b9df13..1b4f96707897157e19adb4ecb82b8623f99e6a99 100644
|
| --- a/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -145,7 +145,6 @@ public:
|
| unsigned textOverflow : 1; // Whether or not lines that spill out should be truncated with "..."
|
| unsigned marginBeforeCollapse : 2; // EMarginCollapse
|
| unsigned marginAfterCollapse : 2; // EMarginCollapse
|
| - unsigned m_borderFit : 1; // EBorderFit
|
|
|
| unsigned m_textDecorationStyle : 3; // TextDecorationStyle
|
| unsigned m_wrapFlow: 3; // WrapFlow
|
|
|