Index: Source/core/rendering/style/RenderStyleConstants.h |
diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h |
index 1cba1058e27037aa568899f4d844d6ddb963bf08..052a69c44ddbb0aa7ac7b5fa99df4de263b43a72 100644 |
--- a/Source/core/rendering/style/RenderStyleConstants.h |
+++ b/Source/core/rendering/style/RenderStyleConstants.h |
@@ -433,6 +433,7 @@ enum EDisplay { |
TABLE_CAPTION, BOX, INLINE_BOX, |
FLEX, INLINE_FLEX, |
GRID, INLINE_GRID, |
+ LAZY_BLOCK, |
NONE |
}; |