From 38a5a399a4dc00b8db5db665de68a97d3f86335c Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 13 Aug 2015 17:52:16 -0700 Subject: Merge to XFA: Cleanup: s/Torelance/Tolerance/ TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1294713002 . (cherry picked from commit 45c910f02063cab51d0d90137d451a666c33b85f) Review URL: https://codereview.chromium.org/1285183005 . --- core/src/fpdftext/text_int.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/src/fpdftext/text_int.h') diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h index 50b9ab2c42..ec25c2b78a 100644 --- a/core/src/fpdftext/text_int.h +++ b/core/src/fpdftext/text_int.h @@ -61,12 +61,12 @@ class CPDF_TextPage : public IPDF_TextPage { int nCount, CFX_RectArray& rectArray) const; virtual int GetIndexAtPos(CPDF_Point point, - FX_FLOAT xTorelance, - FX_FLOAT yTorelance) const; + FX_FLOAT xTolerance, + FX_FLOAT yTolerance) const; virtual int GetIndexAtPos(FX_FLOAT x, FX_FLOAT y, - FX_FLOAT xTorelance, - FX_FLOAT yTorelance) const; + FX_FLOAT xTolerance, + FX_FLOAT yTolerance) const; virtual CFX_WideString GetTextByRect(const CFX_FloatRect& rect) const; virtual void GetRectsArrayByRect(const CFX_FloatRect& rect, CFX_RectArray& resRectArray) const; -- cgit v1.2.3