summaryrefslogtreecommitdiff
path: root/core/fxcodec/jbig2/JBig2_GrrdProc.h
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-10-28 11:54:23 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-28 11:54:23 -0700
commit5bca5ca83624d2ba8df064cb888c2f27ab248097 (patch)
tree69893d13b0ac8fe706eb674b82236d779ad327dc /core/fxcodec/jbig2/JBig2_GrrdProc.h
parent95e5834ab6b6e5aa370cacd6266cecbd82c4c155 (diff)
downloadpdfium-5bca5ca83624d2ba8df064cb888c2f27ab248097.tar.xz
Change some ints to bools in JBIG2 code.
Review-Url: https://codereview.chromium.org/2450393004
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_GrrdProc.h')
-rw-r--r--core/fxcodec/jbig2/JBig2_GrrdProc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/jbig2/JBig2_GrrdProc.h b/core/fxcodec/jbig2/JBig2_GrrdProc.h
index 389c760ed9..1ba0d6add0 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;
- int GRTEMPLATE;
+ bool GRTEMPLATE;
CJBig2_Image* GRREFERENCE;
int32_t GRREFERENCEDX;
int32_t GRREFERENCEDY;