| Index: xfa/fde/css/fde_cssdatatable.h
|
| diff --git a/xfa/fde/css/fde_cssdatatable.h b/xfa/fde/css/fde_cssdatatable.h
|
| index 660895cdb0f92d0d80ddb7b94a82de56b82fa34b..260432d9fc7b21d85a481722697671b22e47fe1d 100644
|
| --- a/xfa/fde/css/fde_cssdatatable.h
|
| +++ b/xfa/fde/css/fde_cssdatatable.h
|
| @@ -161,14 +161,13 @@ bool FDE_ParseCSSNumber(const FX_WCHAR* pszValue,
|
| FDE_CSSPRIMITIVETYPE& eUnit);
|
| bool FDE_ParseCSSString(const FX_WCHAR* pszValue,
|
| int32_t iValueLen,
|
| - int32_t& iOffset,
|
| - int32_t& iLength);
|
| + int32_t* iOffset,
|
| + int32_t* iLength);
|
| bool FDE_ParseCSSColor(const FX_WCHAR* pszValue,
|
| int32_t iValueLen,
|
| FX_ARGB& dwColor);
|
| bool FDE_ParseCSSURI(const FX_WCHAR* pszValue,
|
| - int32_t iValueLen,
|
| - int32_t& iOffset,
|
| - int32_t& iLength);
|
| + int32_t* iOffset,
|
| + int32_t* iLength);
|
|
|
| #endif // XFA_FDE_CSS_FDE_CSSDATATABLE_H_
|
|
|