| 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 844c3ea3b9d91a655e5667d801c027062a65158a..42c3985315b00bd62be1b889adaabc3ba7f6dd28 100644
|
| --- a/sky/engine/core/rendering/style/RenderStyle.h
|
| +++ b/sky/engine/core/rendering/style/RenderStyle.h
|
| @@ -1149,6 +1149,7 @@ public:
|
| bool inheritedNotEqual(const RenderStyle*) const;
|
| bool inheritedDataShared(const RenderStyle*) const;
|
|
|
| + bool requiresOnlyBlockChildren();
|
| bool isDisplayReplacedType() const { return isDisplayReplacedType(display()); }
|
| bool isDisplayInlineType() const { return isDisplayInlineType(display()); }
|
| bool isOriginalDisplayInlineType() const { return isDisplayInlineType(originalDisplay()); }
|
|
|