commit | 5c1961dfa0b1828eb2db38dc637548584c5cc704 | [log] [tgz] |
---|---|---|
author | Nicolas Pena <npm@chromium.org> | Fri Mar 10 11:59:17 2017 -0500 |
committer | Chromium commit bot <commit-bot@chromium.org> | Fri Mar 10 19:04:24 2017 +0000 |
tree | 3346f34e13738c2b997e46428e255c3ded0f0ebc | |
parent | 52c73c24ab053e839182d3cdac6cbb758ce3a196 [diff] [blame] |
Add public method FPDFText_GetTextIndexFromCharIndex BUG=pdfium:676 Change-Id: I46de35a86769dc2f7f73ac3552306356ca3289a5 Reviewed-on: https://pdfium-review.googlesource.com/2955 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Nicolás Peña <npm@chromium.org>
diff --git a/fpdfsdk/fpdfview_c_api_test.c b/fpdfsdk/fpdfview_c_api_test.c index c603f59..df3ef19 100644 --- a/fpdfsdk/fpdfview_c_api_test.c +++ b/fpdfsdk/fpdfview_c_api_test.c
@@ -168,6 +168,7 @@ // fpdf_searchex.h CHK(FPDFText_GetCharIndexFromTextIndex); + CHK(FPDFText_GetTextIndexFromCharIndex); // fpdf_structtree.h CHK(FPDF_StructTree_GetForPage);