| Index: xfa/fde/css/fde_cssdatatable.h
|
| diff --git a/xfa/fde/css/fde_cssdatatable.h b/xfa/fde/css/fde_cssdatatable.h
|
| index 260432d9fc7b21d85a481722697671b22e47fe1d..914d46e8b35f09aa125e4e960e4e6a8a12938d10 100644
|
| --- a/xfa/fde/css/fde_cssdatatable.h
|
| +++ b/xfa/fde/css/fde_cssdatatable.h
|
| @@ -147,14 +147,14 @@ struct FDE_CSSCOLORTABLE {
|
| typedef FDE_CSSCOLORTABLE const* FDE_LPCCSSCOLORTABLE;
|
| FDE_LPCCSSCOLORTABLE FDE_GetCSSColorByName(const CFX_WideStringC& wsName);
|
|
|
| -struct FDE_CSSPERSUDOTABLE {
|
| - FDE_CSSPERSUDO eName;
|
| +struct FDE_CSSPSEUDOTABLE {
|
| + FDE_CSSPSEUDO eName;
|
| const FX_WCHAR* pszName;
|
| uint32_t dwHash;
|
| };
|
| -typedef FDE_CSSPERSUDOTABLE const* FDE_LPCCSSPERSUDOTABLE;
|
| +typedef FDE_CSSPSEUDOTABLE const* FDE_LPCCSSPSEUDOTABLE;
|
|
|
| -FDE_LPCCSSPERSUDOTABLE FDE_GetCSSPersudoByEnum(FDE_CSSPERSUDO ePersudo);
|
| +FDE_LPCCSSPSEUDOTABLE FDE_GetCSSPseudoByEnum(FDE_CSSPSEUDO ePseudo);
|
| bool FDE_ParseCSSNumber(const FX_WCHAR* pszValue,
|
| int32_t iValueLen,
|
| FX_FLOAT& fValue,
|
|
|