Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3197)

Unified Diff: core/fxge/fx_font.h

Issue 2578793002: Remove unused m_OtfFontData (Closed)
Patch Set: AttachData Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/fxcrt/fx_basic_buffer.cpp ('k') | core/fxge/ge/cfx_font.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/fx_font.h
diff --git a/core/fxge/fx_font.h b/core/fxge/fx_font.h
index 96396af15e9997bce1e452c8d52f33525255eef9..224720fbc3a441fe023bd55bfb7300bd89d4632b 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;
« no previous file with comments | « core/fxcrt/fx_basic_buffer.cpp ('k') | core/fxge/ge/cfx_font.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698