summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_color.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-12-20 11:59:00 -0800
committerChromium commit bot <commit-bot@chromium.org>2017-12-21 19:24:47 +0000
commitf2af8326501d72bf3fb23f0c62ade28310836ba9 (patch)
treeaaf42199f051629a07a23d8644a4f348fcb0a2b2 /core/fpdfapi/page/cpdf_color.h
parentab384ed5a2c6c05a5d55645b7a50c6c42b613165 (diff)
downloadpdfium-f2af8326501d72bf3fb23f0c62ade28310836ba9.tar.xz
Fix various nits in color code.
Change-Id: Idf2af2dd613d0e2bed5ef9bba4f8c50cd5bc1bc5 Reviewed-on: https://pdfium-review.googlesource.com/21851 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'core/fpdfapi/page/cpdf_color.h')
-rw-r--r--core/fpdfapi/page/cpdf_color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/page/cpdf_color.h b/core/fpdfapi/page/cpdf_color.h
index 67c5063326..cb7352806e 100644
--- a/core/fpdfapi/page/cpdf_color.h
+++ b/core/fpdfapi/page/cpdf_color.h
@@ -24,7 +24,7 @@ class CPDF_Color {
void SetColorSpace(CPDF_ColorSpace* pCS);
void SetValue(float* comp);
- void SetValue(CPDF_Pattern* pPattern, float* comp, int ncomps);
+ void SetValue(CPDF_Pattern* pPattern, float* comp, uint32_t ncomps);
bool GetRGB(int* R, int* G, int* B) const;
CPDF_Pattern* GetPattern() const;