diff options
author | tsepez <tsepez@chromium.org> | 2016-10-27 19:39:17 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-27 19:39:17 -0700 |
commit | 605c9f71d33540ba99983d89ac79b2ca250fc730 (patch) | |
tree | efd750c19e5f7516973a8bf54c114657953b5376 /core/fxcodec/jbig2/JBig2_GrrdProc.h | |
parent | eaddead23892907cfdc008dc28363f366913eead (diff) | |
download | pdfium-605c9f71d33540ba99983d89ac79b2ca250fc730.tar.xz |
Fix FX_BOOL / int noise in JBig2, pass 3
Review-Url: https://codereview.chromium.org/2457943002
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_GrrdProc.h')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_GrrdProc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/jbig2/JBig2_GrrdProc.h b/core/fxcodec/jbig2/JBig2_GrrdProc.h index 7329b9f988..389c760ed9 100644 --- a/core/fxcodec/jbig2/JBig2_GrrdProc.h +++ b/core/fxcodec/jbig2/JBig2_GrrdProc.h @@ -32,7 +32,7 @@ class CJBig2_GRRDProc { uint32_t GRW; uint32_t GRH; - FX_BOOL GRTEMPLATE; + int GRTEMPLATE; CJBig2_Image* GRREFERENCE; int32_t GRREFERENCEDX; int32_t GRREFERENCEDY; |