| Index: xfa/fxgraphics/include/cfx_graphics.h
|
| diff --git a/xfa/fxgraphics/include/cfx_graphics.h b/xfa/fxgraphics/include/cfx_graphics.h
|
| index 0bb1e76e109675a3a86e640c86d96ab1ad250d09..be9176ebc294c361cd0ec3f004e0913836be22b6 100644
|
| --- a/xfa/fxgraphics/include/cfx_graphics.h
|
| +++ b/xfa/fxgraphics/include/cfx_graphics.h
|
| @@ -240,7 +240,7 @@ class CFX_Graphics {
|
|
|
| FX_ERR SetDIBitsWithMatrix(CFX_DIBSource* source, CFX_Matrix* matrix);
|
| FX_ERR CalcTextInfo(const CFX_WideString& text,
|
| - FX_DWORD* charCodes,
|
| + uint32_t* charCodes,
|
| FXTEXT_CHARPOS* charPos,
|
| CFX_RectF& rect);
|
|
|
|
|