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

Unified Diff: xfa/fxbarcode/pdf417/BC_PDF417Common.h

Issue 2067903002: Make code compile with clang_use_chrome_plugin (part III) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: address comments Created 4 years, 6 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
Index: xfa/fxbarcode/pdf417/BC_PDF417Common.h
diff --git a/xfa/fxbarcode/pdf417/BC_PDF417Common.h b/xfa/fxbarcode/pdf417/BC_PDF417Common.h
index c72d66410ed4d31645ae15035f406eec87cb810a..490507285bf9c61e9c5432e23c1fb8225d81c1ed 100644
--- a/xfa/fxbarcode/pdf417/BC_PDF417Common.h
+++ b/xfa/fxbarcode/pdf417/BC_PDF417Common.h
@@ -13,6 +13,7 @@ class CBC_PDF417Common {
public:
CBC_PDF417Common();
virtual ~CBC_PDF417Common();
+
static int32_t getBitCountSum(CFX_Int32Array& moduleBitCount);
static int32_t getCodeword(uint32_t symbol);
static const int32_t NUMBER_OF_CODEWORDS = 929;
« no previous file with comments | « xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h ('k') | xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698