| 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 4881a909983f6a1368919275fb59cb64056fb042..c6eae11f546814c274fee2247cea8141bb7febc2 100644
|
| --- a/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -158,9 +158,6 @@ public:
|
| // becomes composited.
|
| unsigned m_requiresAcceleratedCompositingForExternalReasons: 1;
|
|
|
| - // Whether the transform (if it exists) is stored in the element's inline style.
|
| - unsigned m_hasInlineTransform : 1;
|
| -
|
| private:
|
| StyleRareNonInheritedData();
|
| StyleRareNonInheritedData(const StyleRareNonInheritedData&);
|
|
|