diff options
Diffstat (limited to 'core/fxcrt/css/cfx_css.h')
-rw-r--r-- | core/fxcrt/css/cfx_css.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/fxcrt/css/cfx_css.h b/core/fxcrt/css/cfx_css.h index 3703394d4f..0ccaaf2bc8 100644 --- a/core/fxcrt/css/cfx_css.h +++ b/core/fxcrt/css/cfx_css.h @@ -31,6 +31,8 @@ enum class CFX_CSSPrimitiveType : uint8_t { List, }; +// Any entries added/removed here, will need to be mirrored in +// propertyValueTable, in core/fxcrt/css/cfx_cssdeclaration.cpp. enum class CFX_CSSPropertyValue : uint8_t { Bolder = 0, None, @@ -76,11 +78,10 @@ enum class CFX_CSSPropertyValue : uint8_t { Large, Left, TextTop, - LAST_MARKER }; // Any entries added/removed here, will need to be mirrored in -// g_CFX_CSSProperties. +// propertyTable, in core/fxcrt/css/cfx_csspropertytable.cpp. enum class CFX_CSSProperty : uint8_t { BorderLeft = 0, Top, |