diff options
author | Lei Zhang <thestig@chromium.org> | 2015-08-13 17:52:16 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-08-13 17:52:16 -0700 |
commit | 38a5a399a4dc00b8db5db665de68a97d3f86335c (patch) | |
tree | 312d6ee60d9f18a1ea9c8aa2936042c7362b46ca /core/include/fpdftext | |
parent | 97108cb8cd9318be6cdf62cba7447a373910f349 (diff) | |
download | pdfium-38a5a399a4dc00b8db5db665de68a97d3f86335c.tar.xz |
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 .
Diffstat (limited to 'core/include/fpdftext')
-rw-r--r-- | core/include/fpdftext/fpdf_text.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/include/fpdftext/fpdf_text.h b/core/include/fpdftext/fpdf_text.h index eb16ca9a90..f27f1db7e6 100644 --- a/core/include/fpdftext/fpdf_text.h +++ b/core/include/fpdftext/fpdf_text.h @@ -102,13 +102,13 @@ class IPDF_TextPage { CFX_RectArray& rectArray) const = 0; virtual int GetIndexAtPos(CPDF_Point point, - FX_FLOAT xTorelance, - FX_FLOAT yTorelance) const = 0; + FX_FLOAT xTolerance, + FX_FLOAT yTolerance) const = 0; virtual int GetIndexAtPos(FX_FLOAT x, FX_FLOAT y, - FX_FLOAT xTorelance, - FX_FLOAT yTorelance) const = 0; + FX_FLOAT xTolerance, + FX_FLOAT yTolerance) const = 0; virtual CFX_WideString GetTextByRect(const CFX_FloatRect& rect) const = 0; |