summaryrefslogtreecommitdiff
path: root/core/fpdfapi/render/cpdf_dibsource.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-03-16 11:37:11 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-03-16 19:22:25 +0000
commit25b5fdc8d6d5f4313ae6a0fb7cc5707ec4f595e8 (patch)
treeb17601ce118c0ff123047557a99905b6ac56eca7 /core/fpdfapi/render/cpdf_dibsource.h
parentcbd8957f6c74a6fd5c3cf2bb656b9a4c80deaa71 (diff)
downloadpdfium-25b5fdc8d6d5f4313ae6a0fb7cc5707ec4f595e8.tar.xz
Fix nits in CPDF_DIBSource.
Change-Id: Icfeb3a6dce20e8c2b619aaff1e19cde56347cb52 Reviewed-on: https://pdfium-review.googlesource.com/3011 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'core/fpdfapi/render/cpdf_dibsource.h')
-rw-r--r--core/fpdfapi/render/cpdf_dibsource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/render/cpdf_dibsource.h b/core/fpdfapi/render/cpdf_dibsource.h
index 766025db7a..b0f8dedaf7 100644
--- a/core/fpdfapi/render/cpdf_dibsource.h
+++ b/core/fpdfapi/render/cpdf_dibsource.h
@@ -76,7 +76,7 @@ class CPDF_DIBSource : public CFX_DIBSource {
private:
bool LoadColorInfo(const CPDF_Dictionary* pFormResources,
const CPDF_Dictionary* pPageResources);
- DIB_COMP_DATA* GetDecodeAndMaskArray(bool& bDefaultDecode, bool& bColorKey);
+ DIB_COMP_DATA* GetDecodeAndMaskArray(bool* bDefaultDecode, bool* bColorKey);
void LoadJpxBitmap();
void LoadPalette();
int CreateDecoder();