| Index: core/src/fpdftext/text_int.h | 
| diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h | 
| index 113e1d1ac8827708ddcb9617449df4fb83c8cb71..ef742a38be76702211674eee425ed65fa861a421 100644 | 
| --- a/core/src/fpdftext/text_int.h | 
| +++ b/core/src/fpdftext/text_int.h | 
| @@ -67,7 +67,7 @@ class CPDF_TextPage : public IPDF_TextPage { | 
| void GetRectArray(int start, | 
| int nCount, | 
| CFX_RectArray& rectArray) const override; | 
| -  int GetIndexAtPos(CPDF_Point point, | 
| +  int GetIndexAtPos(CFX_FloatPoint point, | 
| FX_FLOAT xTolerance, | 
| FX_FLOAT yTolerance) const override; | 
| int GetIndexAtPos(FX_FLOAT x, | 
|  |