diff options
author | Bo Xu <bo_xu@foxitsoftware.com> | 2014-08-25 10:01:19 -0700 |
---|---|---|
committer | Bo Xu <bo_xu@foxitsoftware.com> | 2014-08-25 10:01:19 -0700 |
commit | be831032f3ef4654e0f645785c6a59b1d06a9ad8 (patch) | |
tree | 800005caf429e2996cc118c32fde32440739a1c1 /core/include/fpdfapi | |
parent | c655167ed83f78a38264457e65dd11e653ab981d (diff) | |
download | pdfium-be831032f3ef4654e0f645785c6a59b1d06a9ad8.tar.xz |
Use number of components from ICC profile and alternate color space
BUG=406806
Review URL: https://codereview.chromium.org/493163003
Diffstat (limited to 'core/include/fpdfapi')
-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_ |