Index: core/fpdfapi/render/render_int.h |
diff --git a/core/fpdfapi/render/render_int.h b/core/fpdfapi/render/render_int.h |
index 5d04fa77bb6ebb2c6c97b128f978470e71b299ca..276370d386b43293d5d1751be7e42587d45a1ba7 100644 |
--- a/core/fpdfapi/render/render_int.h |
+++ b/core/fpdfapi/render/render_int.h |
@@ -85,8 +85,6 @@ class CPDF_DIBSource : public CFX_DIBSource { |
int clip_left, |
int clip_width) const override; |
- CFX_DIBitmap* GetBitmap() const; |
- void ReleaseBitmap(CFX_DIBitmap* pBitmap) const; |
uint32_t GetMatteColor() const { return m_MatteColor; } |
int StartLoadDIBSource(CPDF_Document* pDoc, |