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

Unified Diff: xfa/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.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/datamatrix/BC_DataMatrixBitMatrixParser.h
diff --git a/xfa/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.h b/xfa/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.h
index c8fc3346f1412953a567c8f61635ff4ad1e1538f..63540041e39f8bb8b3785edfb2214f76c63cff10 100644
--- a/xfa/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.h
+++ b/xfa/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.h
@@ -16,6 +16,7 @@ class CBC_DataMatrixBitMatrixParser {
public:
CBC_DataMatrixBitMatrixParser();
virtual ~CBC_DataMatrixBitMatrixParser();
+
CBC_DataMatrixVersion* GetVersion();
CFX_ByteArray* ReadCodewords(int32_t& e);
FX_BOOL ReadModule(int32_t row,
« no previous file with comments | « xfa/fxbarcode/datamatrix/BC_C40Encoder.h ('k') | xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698