From 587fd358c90319316ba86d4840901a02005f3b83 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 21 Jul 2015 16:54:32 -0700 Subject: Merge to XFA: Move extern fpdf_font_charset.cpp function prototypes. (cherry picked from commit c5fa7f2a36ebd4c92c935e1332a2f7db4f3594d9) Orignal Review URL: https://codereview.chromium.org/1241173004 . TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1243243003 . --- core/src/fpdftext/fpdf_text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/fpdftext') diff --git a/core/src/fpdftext/fpdf_text.cpp b/core/src/fpdftext/fpdf_text.cpp index 80a39acac9..f5ec28cbbf 100644 --- a/core/src/fpdftext/fpdf_text.cpp +++ b/core/src/fpdftext/fpdf_text.cpp @@ -7,13 +7,13 @@ #include "../../../third_party/base/nonstd_unique_ptr.h" #include "../../include/fpdfapi/fpdf_page.h" #include "../../include/fpdfapi/fpdf_pageobj.h" +#include "../../include/fpdfapi/fpdf_resource.h" #include "../../include/fpdftext/fpdf_text.h" #include "../../include/fxcrt/fx_arb.h" #include "../../include/fxcrt/fx_ucd.h" #include "text_int.h" #include "txtproc.h" -extern const FX_CHAR* FCS_GetAltStr(FX_WCHAR); CFX_ByteString CharFromUnicodeAlt(FX_WCHAR unicode, int destcp, const FX_CHAR* defchar) { if (destcp == 0) { -- cgit v1.2.3