diff options
author | Tom Sepez <tsepez@chromium.org> | 2017-05-05 10:38:06 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-05 21:04:20 +0000 |
commit | 32f2087020642661e12b05c1cfba02ca32c04ee4 (patch) | |
tree | 2b3aafe54e97396739ffe36b7425d9ce757a635e /core/fpdfapi/font/cpdf_cidfont.h | |
parent | 9bdbc16e3c8f30e32a1f399543d04ac5b1e9c97c (diff) | |
download | pdfium-32f2087020642661e12b05c1cfba02ca32c04ee4.tar.xz |
Make CPDF_CMap::m_pMapping use std::vector
Use much longer descriptive identifiers while at it.
Pack a little tighter while at it, too.
Change-Id: I123025f6433a627b5e00ee225efa7dc843b07913
Reviewed-on: https://pdfium-review.googlesource.com/5011
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'core/fpdfapi/font/cpdf_cidfont.h')
-rw-r--r-- | core/fpdfapi/font/cpdf_cidfont.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/font/cpdf_cidfont.h b/core/fpdfapi/font/cpdf_cidfont.h index cc9bec1612..0fd5e63f1c 100644 --- a/core/fpdfapi/font/cpdf_cidfont.h +++ b/core/fpdfapi/font/cpdf_cidfont.h @@ -15,7 +15,7 @@ #include "core/fxcrt/fx_string.h" #include "core/fxcrt/fx_system.h" -enum CIDSet { +enum CIDSet : uint8_t { CIDSET_UNKNOWN, CIDSET_GB1, CIDSET_CNS1, |