| Index: sky/engine/core/rendering/style/RenderStyle.h
|
| diff --git a/sky/engine/core/rendering/style/RenderStyle.h b/sky/engine/core/rendering/style/RenderStyle.h
|
| index 2a74039b6d898f3f27b74bc247681579a4207cbe..438658d8885c81bf38b99c8b0fc40ff5b3f47803 100644
|
| --- a/sky/engine/core/rendering/style/RenderStyle.h
|
| +++ b/sky/engine/core/rendering/style/RenderStyle.h
|
| @@ -369,8 +369,6 @@ public:
|
| // to determine its position.
|
| bool hasAutoLeftAndRight() const { return left().isAuto() && right().isAuto(); }
|
| bool hasAutoTopAndBottom() const { return top().isAuto() && bottom().isAuto(); }
|
| - bool hasStaticInlinePosition() const { return hasAutoLeftAndRight(); }
|
| - bool hasStaticBlockPosition() const { return hasAutoTopAndBottom(); }
|
|
|
| EPosition position() const { return static_cast<EPosition>(noninherited_flags.position); }
|
| bool hasOutOfFlowPosition() const { return position() == AbsolutePosition; }
|
|
|