| 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 c8996fc6809db51ba0300e760b629cf2805c996b..4a90b921c28ef3528a0e6181e4577b3323f1b482 100644
|
| --- a/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -109,7 +109,6 @@ public:
|
| unsigned m_alignSelfOverflowAlignment : 2; // OverflowAlignment
|
| unsigned m_justifyContent : 3; // EJustifyContent
|
|
|
| - unsigned userDrag : 2; // EUserDrag
|
| unsigned textOverflow : 1; // Whether or not lines that spill out should be truncated with "..."
|
|
|
| unsigned m_textDecorationStyle : 3; // TextDecorationStyle
|
|
|