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

Unified Diff: xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.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_DataMatrixDecodedBitStreamParser.h
diff --git a/xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h b/xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h
index 415e27b1666dc4810f0410fe9b8157380c35b88a..4ff67768267869f8f891ff0b2a87cbf3dde3eb26 100644
--- a/xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h
+++ b/xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h
@@ -6,12 +6,15 @@
#ifndef XFA_FXBARCODE_DATAMATRIX_BC_DATAMATRIXDECODEDBITSTREAMPARSER_H_
#define XFA_FXBARCODE_DATAMATRIX_BC_DATAMATRIXDECODEDBITSTREAMPARSER_H_
+
class CBC_CommonDecoderResult;
class CBC_CommonBitSource;
+
class CBC_DataMatrixDecodedBitStreamParser {
public:
CBC_DataMatrixDecodedBitStreamParser();
virtual ~CBC_DataMatrixDecodedBitStreamParser();
+
static CBC_CommonDecoderResult* Decode(CFX_ByteArray& bytes, int32_t& e);
private:
« no previous file with comments | « xfa/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.h ('k') | xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698