diff options
author | Bo Xu <bo_xu@foxitsoftware.com> | 2014-08-25 13:45:17 -0700 |
---|---|---|
committer | Bo Xu <bo_xu@foxitsoftware.com> | 2014-08-25 13:45:17 -0700 |
commit | 1dfbe601cfd9e1b5edb14d18d6a76c7e6d44d45f (patch) | |
tree | ff37d23fe15138daa474b4d55d0297a38e2b806d /core/include/fpdfapi/fpdf_parser.h | |
parent | 187483a29f08416583bacd772eb77172d8ad06f3 (diff) | |
download | pdfium-1dfbe601cfd9e1b5edb14d18d6a76c7e6d44d45f.tar.xz |
Use number of components from ICC profile and alternate color space
BUG=406806
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/503883002
Diffstat (limited to 'core/include/fpdfapi/fpdf_parser.h')
-rw-r--r-- | core/include/fpdfapi/fpdf_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/fpdfapi/fpdf_parser.h b/core/include/fpdfapi/fpdf_parser.h index 10072027b3..da22dc72ca 100644 --- a/core/include/fpdfapi/fpdf_parser.h +++ b/core/include/fpdfapi/fpdf_parser.h @@ -134,7 +134,7 @@ public: CPDF_StreamAcc* LoadFontFile(CPDF_Stream* pStream); - CPDF_IccProfile* LoadIccProfile(CPDF_Stream* pStream, int nComponents); + CPDF_IccProfile* LoadIccProfile(CPDF_Stream* pStream); #if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_ |