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

Unified Diff: xfa/fxbarcode/BC_Binarizer.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
« no previous file with comments | « no previous file | xfa/fxbarcode/BC_BinaryBitmap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/BC_Binarizer.h
diff --git a/xfa/fxbarcode/BC_Binarizer.h b/xfa/fxbarcode/BC_Binarizer.h
index 20be039211fbfc252cc12a671f04054afc5828b5..8482c24f6326eaf59bc40dd820d3b582e1023280 100644
--- a/xfa/fxbarcode/BC_Binarizer.h
+++ b/xfa/fxbarcode/BC_Binarizer.h
@@ -17,6 +17,7 @@ class CBC_Binarizer {
public:
CBC_Binarizer(CBC_LuminanceSource* source);
virtual ~CBC_Binarizer();
+
CBC_LuminanceSource* GetLuminanceSource();
virtual CBC_CommonBitMatrix* GetBlackMatrix(int32_t& e) = 0;
virtual CBC_CommonBitArray* GetBlackRow(int32_t y,
« no previous file with comments | « no previous file | xfa/fxbarcode/BC_BinaryBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698