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

Unified Diff: xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.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_DataMatrixDecoder.h
diff --git a/xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.h b/xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.h
index c7af613f6d7876e6a0f53926e6a6075584bb74b8..38d3fe5bf7245871f911a9353f9cccc669fab6f3 100644
--- a/xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.h
+++ b/xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.h
@@ -17,7 +17,9 @@ class CBC_DataMatrixDecoder {
public:
CBC_DataMatrixDecoder();
virtual ~CBC_DataMatrixDecoder();
+
CBC_CommonDecoderResult* Decode(CBC_CommonBitMatrix* bits, int32_t& e);
+
virtual void Init();
private:
« no previous file with comments | « xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h ('k') | xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698