summaryrefslogtreecommitdiff
path: root/core/fxge/fx_font.h
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-12-14 20:10:37 -0800
committerCommit bot <commit-bot@chromium.org>2016-12-14 20:10:37 -0800
commit72a22025ec4402178cd0b27239bf77cf3a953949 (patch)
treeb9b8a7c42dbe020b08cf44df0902b4e53a8e2ece /core/fxge/fx_font.h
parent37b12ad873198a9644f3de0d2eff001285e1ad42 (diff)
downloadpdfium-chromium/2953.tar.xz
Remove unused m_OtfFontData.chromium/2953
In turn, this makes CFX_BinaryBuf::AttachData() unused. Review-Url: https://codereview.chromium.org/2578793002
Diffstat (limited to 'core/fxge/fx_font.h')
-rw-r--r--core/fxge/fx_font.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/fxge/fx_font.h b/core/fxge/fx_font.h
index 96396af15e..224720fbc3 100644
--- a/core/fxge/fx_font.h
+++ b/core/fxge/fx_font.h
@@ -170,9 +170,7 @@ class CFX_Font {
static const uint8_t s_WeightPow_SHIFTJIS[kWeightPowArraySize];
#ifdef PDF_ENABLE_XFA
-
protected:
- CFX_BinaryBuf m_OtfFontData;
bool m_bShallowCopy;
FXFT_StreamRec* m_pOwnedStream;
#endif // PDF_ENABLE_XFA
@@ -181,13 +179,9 @@ class CFX_Font {
friend class CFX_FaceCache;
CFX_PathData* LoadGlyphPathImpl(uint32_t glyph_index,
int dest_width = 0) const;
-
- private:
CFX_FaceCache* GetFaceCache() const;
-
void ReleasePlatformResource();
void DeleteFace();
-
void ClearFaceCache();
FXFT_Face m_Face;