| Index: xfa/fde/fde_render.cpp
|
| diff --git a/xfa/fde/fde_render.cpp b/xfa/fde/fde_render.cpp
|
| index 7d86a7b53e271a04f6e47858461c8fe2ad6eaf01..17bf20afbd219bf2697e1a50626b6be77f56c67b 100644
|
| --- a/xfa/fde/fde_render.cpp
|
| +++ b/xfa/fde/fde_render.cpp
|
| @@ -48,7 +48,7 @@ void FDE_GetPageMatrix(CFX_Matrix& pageMatrix,
|
| const CFX_RectF& docPageRect,
|
| const CFX_Rect& devicePageRect,
|
| int32_t iRotate,
|
| - FX_DWORD dwCoordinatesType) {
|
| + uint32_t dwCoordinatesType) {
|
| FXSYS_assert(iRotate >= 0 && iRotate <= 3);
|
| FX_BOOL bFlipX = (dwCoordinatesType & 0x01) != 0;
|
| FX_BOOL bFlipY = (dwCoordinatesType & 0x02) != 0;
|
|
|