summaryrefslogtreecommitdiff
path: root/core/fpdfapi/cpdf_modulemgr.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/cpdf_modulemgr.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/cpdf_modulemgr.h')
-rw-r--r--core/fpdfapi/cpdf_modulemgr.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/fpdfapi/cpdf_modulemgr.h b/core/fpdfapi/cpdf_modulemgr.h
index 6b83bc755d..39acfed032 100644
--- a/core/fpdfapi/cpdf_modulemgr.h
+++ b/core/fpdfapi/cpdf_modulemgr.h
@@ -60,11 +60,10 @@ class CPDF_ModuleMgr {
CPDF_ModuleMgr();
~CPDF_ModuleMgr();
- void InitCodecModule();
void InitPageModule();
- void LoadEmbeddedMaps();
+ void InitCodecModule();
void LoadCodecModules();
-
+ void LoadEmbeddedMaps();
void LoadEmbeddedGB1CMaps();
void LoadEmbeddedCNS1CMaps();
void LoadEmbeddedJapan1CMaps();