Chromium Code Reviews| Index: xfa/src/fgas/include/fx_rbk.h |
| diff --git a/xfa/src/fgas/include/fx_rbk.h b/xfa/src/fgas/include/fx_rbk.h |
| index 043361b0a3e32b12d37d138a9808457da46c79d0..ef76ab6243286819bd13cb443996a8cbbf9dbdb3 100644 |
| --- a/xfa/src/fgas/include/fx_rbk.h |
| +++ b/xfa/src/fgas/include/fx_rbk.h |
| @@ -89,7 +89,7 @@ struct FX_RTFTEXTOBJ { |
| FX_DWORD dwLayoutStyles; |
| int32_t iCharRotation; |
| int32_t iBidiLevel; |
| - FX_LPCRECTF pRect; |
| + const CFX_RectF* pRect; |
| FX_WCHAR wLineBreakChar; |
| int32_t iHorizontalScale; |
| int32_t iVerticalScale; |