summaryrefslogtreecommitdiff
path: root/core/fpdfapi/font/cpdf_simplefont.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-08-13 19:28:39 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-08-13 19:28:39 +0000
commit1a99f200c59a89fe297ac79658d2fe11b13b1553 (patch)
tree12202f250b102a1a7a7d3fb1bea087f91df67439 /core/fpdfapi/font/cpdf_simplefont.h
parentb850c987d141c5578535faba64d14782dbfc13da (diff)
downloadpdfium-1a99f200c59a89fe297ac79658d2fe11b13b1553.tar.xz
Mark CPDF_Font::GlyphFromCharCodeExt() and friends Mac only.
Change-Id: I4906351a6e21fb8480670a6daf15bd7cb9e441c5 Reviewed-on: https://pdfium-review.googlesource.com/39911 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
Diffstat (limited to 'core/fpdfapi/font/cpdf_simplefont.h')
-rw-r--r--core/fpdfapi/font/cpdf_simplefont.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fpdfapi/font/cpdf_simplefont.h b/core/fpdfapi/font/cpdf_simplefont.h
index 4c813a280e..290016bc49 100644
--- a/core/fpdfapi/font/cpdf_simplefont.h
+++ b/core/fpdfapi/font/cpdf_simplefont.h
@@ -44,7 +44,6 @@ class CPDF_SimpleFont : public CPDF_Font {
bool m_bUseFontWidth;
std::vector<ByteString> m_CharNames;
uint16_t m_GlyphIndex[256];
- uint16_t m_ExtGID[256];
uint16_t m_CharWidth[256];
FX_RECT m_CharBBox[256];
};