Chromium Code Reviews| Index: xfa/src/fgas/include/fx_tbk.h |
| diff --git a/xfa/src/fgas/include/fx_tbk.h b/xfa/src/fgas/include/fx_tbk.h |
| index 073228883d3b37a06b6e9c7364ea217bdda376c3..aa207a568f1f787ceff0245461e38442f0720594 100644 |
| --- a/xfa/src/fgas/include/fx_tbk.h |
| +++ b/xfa/src/fgas/include/fx_tbk.h |
| @@ -109,7 +109,7 @@ struct FX_TXTRUN { |
| int32_t iVerticalScale; |
| int32_t iCharRotation; |
| FX_DWORD dwCharStyles; |
| - FX_LPCRECTF pRect; |
| + const CFX_RectF* pRect; |
| FX_WCHAR wLineBreakChar; |
| FX_BOOL bSkipSpace; |
| }; |