Chromium Code Reviews| 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..009c9d5e36629eb0fcba0f9f139a8496362524b0 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* bitmap) const; |
|
Tom Sepez
2016/03/01 17:38:06
pBitmap
dsinclair
2016/03/01 18:11:51
Done.
|
| void ClearImageData(); |
| FX_DWORD GetMatteColor() const { return m_MatteColor; } |