Index: xfa/src/fgas/src/font/fx_gdifont.h |
diff --git a/xfa/src/fgas/src/font/fx_gdifont.h b/xfa/src/fgas/src/font/fx_gdifont.h |
index b267e979a973f73240774b4d889df56206e74369..b501958d49c368820813724cc187ab23f6fa2ed5 100644 |
--- a/xfa/src/fgas/src/font/fx_gdifont.h |
+++ b/xfa/src/fgas/src/font/fx_gdifont.h |
@@ -27,7 +27,7 @@ class CFX_GdiFontCache { |
protected: |
CFX_MapPtrToPtr m_GlyphMap; |
}; |
-class CFX_GdiFont : public IFX_Font, public CFX_ThreadLock { |
+class CFX_GdiFont : public IFX_Font { |
public: |
CFX_GdiFont(IFX_FontMgr* pFontMgr); |
~CFX_GdiFont(); |