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

Unified Diff: xfa/fxbarcode/pdf417/BC_PDF417Detector.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_PDF417Detector.h
diff --git a/xfa/fxbarcode/pdf417/BC_PDF417Detector.h b/xfa/fxbarcode/pdf417/BC_PDF417Detector.h
index c6fa6f6e7e98eb6e4eab09cd0a9c416fa426a383..c7c21b2a22754b7bfefa5595ff300b6406e6e7bd 100644
--- a/xfa/fxbarcode/pdf417/BC_PDF417Detector.h
+++ b/xfa/fxbarcode/pdf417/BC_PDF417Detector.h
@@ -17,6 +17,7 @@ class CBC_Detector {
public:
CBC_Detector();
virtual ~CBC_Detector();
+
static CBC_PDF417DetectorResult* detect(CBC_BinaryBitmap* image,
int32_t hints,
FX_BOOL multiple,
« no previous file with comments | « xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h ('k') | xfa/fxbarcode/pdf417/BC_PDF417Dimensions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698