Index: core/fpdfapi/render/render_int.h |
diff --git a/core/fpdfapi/render/render_int.h b/core/fpdfapi/render/render_int.h |
index e6090e8ebe52eaaca335247b712165ff502935b8..a8c8a580de4c5ba925ab62ca492f4fb7f1171a1a 100644 |
--- a/core/fpdfapi/render/render_int.h |
+++ b/core/fpdfapi/render/render_int.h |
@@ -63,27 +63,6 @@ class CPDF_TransferFunc { |
uint8_t m_Samples[256 * 3]; |
}; |
-class CPDF_DocRenderData { |
- public: |
- explicit CPDF_DocRenderData(CPDF_Document* pPDFDoc); |
- ~CPDF_DocRenderData(); |
- CPDF_Type3Cache* GetCachedType3(CPDF_Type3Font* pFont); |
- CPDF_TransferFunc* GetTransferFunc(CPDF_Object* pObj); |
- void Clear(bool bRelease = false); |
- void ReleaseCachedType3(CPDF_Type3Font* pFont); |
- void ReleaseTransferFunc(CPDF_Object* pObj); |
- |
- private: |
- using CPDF_Type3CacheMap = |
- std::map<CPDF_Font*, CPDF_CountedObject<CPDF_Type3Cache>*>; |
- using CPDF_TransferFuncMap = |
- std::map<CPDF_Object*, CPDF_CountedObject<CPDF_TransferFunc>*>; |
- |
- CPDF_Document* m_pPDFDoc; |
- CPDF_Type3CacheMap m_Type3FaceMap; |
- CPDF_TransferFuncMap m_TransferFuncMap; |
-}; |
- |
class CPDF_RenderStatus { |
public: |
CPDF_RenderStatus(); |