From 5bca5ca83624d2ba8df064cb888c2f27ab248097 Mon Sep 17 00:00:00 2001 From: thestig Date: Fri, 28 Oct 2016 11:54:23 -0700 Subject: Change some ints to bools in JBIG2 code. Review-Url: https://codereview.chromium.org/2450393004 --- core/fxcodec/jbig2/JBig2_GrrdProc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fxcodec/jbig2/JBig2_GrrdProc.h') 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; -- cgit v1.2.3