diff options
author | Lei Zhang <thestig@chromium.org> | 2017-03-16 11:37:11 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-16 19:22:25 +0000 |
commit | 25b5fdc8d6d5f4313ae6a0fb7cc5707ec4f595e8 (patch) | |
tree | b17601ce118c0ff123047557a99905b6ac56eca7 /core/fpdfapi/render/cpdf_dibsource.h | |
parent | cbd8957f6c74a6fd5c3cf2bb656b9a4c80deaa71 (diff) | |
download | pdfium-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.h | 2 |
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(); |