summaryrefslogtreecommitdiff
path: root/core/fpdfapi/cmaps/Korea1/cmaps_korea1.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-15 18:49:42 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-15 18:49:42 +0000
commit98ac76ec09ce72526134ad75f1921a1691804dd1 (patch)
treeed95e75069dc4a5477ab1f1d5393f72dc02a29c9 /core/fpdfapi/cmaps/Korea1/cmaps_korea1.h
parent21ce4ff1b684d3ca42217485737b26f4af21634b (diff)
downloadpdfium-98ac76ec09ce72526134ad75f1921a1691804dd1.tar.xz
Move CPDF_ModuleMgr methods into cpdf_modulemgr.cpp.
Some of them were implemented in core/fpdfapi/cmaps. Reorder CPDF_ModuleMgr private methods as well. Change-Id: I88b7c48049de83591c961dd9a74e01fefb211c0c Reviewed-on: https://pdfium-review.googlesource.com/c/43991 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'core/fpdfapi/cmaps/Korea1/cmaps_korea1.h')
-rw-r--r--core/fpdfapi/cmaps/Korea1/cmaps_korea1.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/fpdfapi/cmaps/Korea1/cmaps_korea1.h b/core/fpdfapi/cmaps/Korea1/cmaps_korea1.h
index 27b9b0b7c4..b60813504a 100644
--- a/core/fpdfapi/cmaps/Korea1/cmaps_korea1.h
+++ b/core/fpdfapi/cmaps/Korea1/cmaps_korea1.h
@@ -7,7 +7,7 @@
#ifndef CORE_FPDFAPI_CMAPS_KOREA1_CMAPS_KOREA1_H_
#define CORE_FPDFAPI_CMAPS_KOREA1_CMAPS_KOREA1_H_
-#include <stdint.h>
+#include "core/fpdfapi/cmaps/cmap_int.h"
extern const uint16_t g_FXCMAP_KSC_EUC_H_0[];
extern const uint16_t g_FXCMAP_KSC_EUC_V_0[];
@@ -20,5 +20,7 @@ extern const uint16_t g_FXCMAP_UniKS_UCS2_H_1[];
extern const uint16_t g_FXCMAP_UniKS_UCS2_V_1[];
extern const uint16_t g_FXCMAP_UniKS_UTF16_H_0[];
extern const uint16_t g_FXCMAP_Korea1CID2Unicode_2[18352];
+extern const FXCMAP_CMap g_FXCMAP_Korea1_cmaps[];
+extern const size_t g_FXCMAP_Korea1_cmaps_size;
#endif // CORE_FPDFAPI_CMAPS_KOREA1_CMAPS_KOREA1_H_