summaryrefslogtreecommitdiff
path: root/core/include/fpdfapi/fpdf_parser.h
diff options
context:
space:
mode:
authorBo Xu <bo_xu@foxitsoftware.com>2014-08-25 10:01:19 -0700
committerBo Xu <bo_xu@foxitsoftware.com>2014-08-25 10:01:19 -0700
commitbe831032f3ef4654e0f645785c6a59b1d06a9ad8 (patch)
tree800005caf429e2996cc118c32fde32440739a1c1 /core/include/fpdfapi/fpdf_parser.h
parentc655167ed83f78a38264457e65dd11e653ab981d (diff)
downloadpdfium-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/fpdf_parser.h')
-rw-r--r--core/include/fpdfapi/fpdf_parser.h2
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_