Index: core/src/fpdfapi/fpdf_render/render_int.h |
diff --git a/core/src/fpdfapi/fpdf_render/render_int.h b/core/src/fpdfapi/fpdf_render/render_int.h |
index b7f007dd5d36d72b6294cb81fb4f41a63b35c864..d691f7dc52c8f7de9f6ace39e75251a55b98d000 100644 |
--- a/core/src/fpdfapi/fpdf_render/render_int.h |
+++ b/core/src/fpdfapi/fpdf_render/render_int.h |
@@ -498,7 +498,7 @@ class CPDF_DIBSource : public CFX_DIBSource { |
void SetDownSampleSize(int dest_width, int dest_height) override; |
CFX_DIBitmap* GetBitmap() const; |
- void ReleaseBitmap(CFX_DIBitmap*) const; |
+ void ReleaseBitmap(CFX_DIBitmap* pBitmap) const; |
void ClearImageData(); |
FX_DWORD GetMatteColor() const { return m_MatteColor; } |