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

Unified Diff: xfa/fxbarcode/BC_BinaryBitmap.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 | « xfa/fxbarcode/BC_Binarizer.h ('k') | xfa/fxbarcode/BC_BufferedImageLuminanceSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/BC_BinaryBitmap.h
diff --git a/xfa/fxbarcode/BC_BinaryBitmap.h b/xfa/fxbarcode/BC_BinaryBitmap.h
index 5f4dd874a9d5d6f601e31906f1b01e74416d5101..445b5af32bbd3bd634d4dcac0bcedde4f70c91a8 100644
--- a/xfa/fxbarcode/BC_BinaryBitmap.h
+++ b/xfa/fxbarcode/BC_BinaryBitmap.h
@@ -17,6 +17,7 @@ class CBC_BinaryBitmap {
public:
CBC_BinaryBitmap(CBC_Binarizer* binarizer);
virtual ~CBC_BinaryBitmap();
+
int32_t GetWidth();
int32_t GetHeight();
CBC_CommonBitMatrix* GetMatrix(int32_t& e);
« no previous file with comments | « xfa/fxbarcode/BC_Binarizer.h ('k') | xfa/fxbarcode/BC_BufferedImageLuminanceSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698