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 6b0ad436f46ea137eea2547857ba825157417062..58226acbcc444c4fe0f91a89890eb4e499ebf3e7 100644 |
--- a/sky/engine/core/rendering/style/RenderStyleConstants.h |
+++ b/sky/engine/core/rendering/style/RenderStyleConstants.h |
@@ -367,7 +367,7 @@ enum ECursor { |
// The order of this enum must match the order of the display values in CSSValueKeywords.in. |
enum EDisplay { |
- INLINE, |
+ INLINE, PARAGRAPH, |
BLOCK, INLINE_BLOCK, |
FLEX, INLINE_FLEX, |
NONE, |