Chromium Code Reviews| 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 5fbad43a284fc4de619bc3f69db9a0140916c146..0e7cbb1cb03c70c7fcf6224b5f9e00c4cfd09280 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, |