diff options
Diffstat (limited to 'core/fxcrt/css/cfx_css.h')
-rw-r--r-- | core/fxcrt/css/cfx_css.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/fxcrt/css/cfx_css.h b/core/fxcrt/css/cfx_css.h index 7b1d7d3f99..3703394d4f 100644 --- a/core/fxcrt/css/cfx_css.h +++ b/core/fxcrt/css/cfx_css.h @@ -79,6 +79,8 @@ enum class CFX_CSSPropertyValue : uint8_t { LAST_MARKER }; +// Any entries added/removed here, will need to be mirrored in +// g_CFX_CSSProperties. enum class CFX_CSSProperty : uint8_t { BorderLeft = 0, Top, @@ -120,7 +122,6 @@ enum class CFX_CSSProperty : uint8_t { Padding, MarginBottom, MarginTop, - LAST_MARKER }; enum class CFX_CSSSelectorType : uint8_t { Element = 0, Descendant }; |