Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: core/fxcodec/jbig2/JBig2_SddProc.h

Issue 2450393004: Change some ints to bools in JBIG2 code. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/fxcodec/jbig2/JBig2_GrrdProc.cpp ('k') | core/fxcodec/jbig2/JBig2_TrdProc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxcodec/jbig2/JBig2_SddProc.h
diff --git a/core/fxcodec/jbig2/JBig2_SddProc.h b/core/fxcodec/jbig2/JBig2_SddProc.h
index b01b2ea4ddd64e093e15c9a82d5c08b6587bc21a..fa799cb83fcf13fb623bcd63a9a767f64f95a2b8 100644
--- a/core/fxcodec/jbig2/JBig2_SddProc.h
+++ b/core/fxcodec/jbig2/JBig2_SddProc.h
@@ -42,7 +42,7 @@ class CJBig2_SDDProc {
CJBig2_HuffmanTable* SDHUFFAGGINST;
uint8_t SDTEMPLATE;
int8_t SDAT[8];
- int SDRTEMPLATE;
+ bool SDRTEMPLATE;
int8_t SDRAT[4];
};
« no previous file with comments | « core/fxcodec/jbig2/JBig2_GrrdProc.cpp ('k') | core/fxcodec/jbig2/JBig2_TrdProc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698