| Index: sky/engine/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/sky/engine/core/rendering/style/RenderStyleConstants.h b/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| index 63f4c48ad2a5a16efaccea306461a8e02114d012..ac3bcfd8313909c1fac6dd857861a50ca4a65caa 100644
|
| --- a/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| +++ b/sky/engine/core/rendering/style/RenderStyleConstants.h
|
| @@ -73,9 +73,6 @@ enum EPosition {
|
| StaticPosition = 0,
|
| RelativePosition = 1,
|
| AbsolutePosition = 2,
|
| - // This value is required to pack our bits efficiently in RenderObject.
|
| - // FIXME: Is this still true now that we've remove position: sticky.
|
| - FixedPosition = 6
|
| };
|
|
|
| enum EFloat {
|
|
|