summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Fang <jun_fang@foxitsoftware.com>2015-10-09 13:40:38 +0800
committerJun Fang <jun_fang@foxitsoftware.com>2015-10-09 13:40:38 +0800
commit3ea79bbba24a1c0918ea42368e746097dab40663 (patch)
treede1231dc04530310f19531c6fc40e3259d48589e
parentf1f19f1fff801c9970af627e050becc2f13f82e7 (diff)
downloadpdfium-3ea79bbba24a1c0918ea42368e746097dab40663.tar.xz
Fix a compiling error on Mac
BUG=497357 TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1395493003 .
-rw-r--r--core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp b/core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp
index 2dabb5379d..8c4a5b2705 100644
--- a/core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp
+++ b/core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp
@@ -498,7 +498,7 @@ TEST(fxcodec, YUV420ToRGB) {
img.color_space = OPJ_CLRSPC_SYCC;
img.comps = FX_Alloc(opj_image_comp_t, 3);
const struct {
- int w;
+ OPJ_UINT32 w;
bool expected;
} cases[] = {{0, false},
{1, false},