Chromium Code Reviews| Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| index 2e0b83e810fdafcc4d0dd706a091a814d780d949..dd0e2c0f02d24672ad55c61fd3022fc33050d103 100644 |
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| @@ -497,6 +497,7 @@ enum class EDisplay : unsigned { |
| InlineFlex, |
| Grid, |
| InlineGrid, |
| + Contents, |
| None |
| }; |