| 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 c87e32c1bc82d8a967c658e9f7705e28f665cda7..4881a909983f6a1368919275fb59cb64056fb042 100644
|
| --- a/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -133,13 +133,6 @@ public:
|
| unsigned m_wrapFlow: 3; // WrapFlow
|
| unsigned m_wrapThrough: 1; // WrapThrough
|
|
|
| - unsigned m_hasCurrentOpacityAnimation : 1;
|
| - unsigned m_hasCurrentTransformAnimation : 1;
|
| - unsigned m_hasCurrentFilterAnimation : 1;
|
| - unsigned m_runningOpacityAnimationOnCompositor : 1;
|
| - unsigned m_runningTransformAnimationOnCompositor : 1;
|
| - unsigned m_runningFilterAnimationOnCompositor : 1;
|
| -
|
| unsigned m_hasAspectRatio : 1; // Whether or not an aspect ratio has been specified.
|
|
|
| unsigned m_touchAction : TouchActionBits; // TouchAction
|
|
|