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

Unified Diff: xfa/fxbarcode/common/BC_CommonByteMatrix.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/common/BC_CommonByteArray.h ('k') | xfa/fxbarcode/common/BC_CommonCharacterSetECI.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/common/BC_CommonByteMatrix.h
diff --git a/xfa/fxbarcode/common/BC_CommonByteMatrix.h b/xfa/fxbarcode/common/BC_CommonByteMatrix.h
index 74e1203481e39bf381f769dd70cf64b593bcaffe..9bc2a88e8ad20f533989351136289d6bc9417c9f 100644
--- a/xfa/fxbarcode/common/BC_CommonByteMatrix.h
+++ b/xfa/fxbarcode/common/BC_CommonByteMatrix.h
@@ -15,6 +15,7 @@ class CBC_CommonByteMatrix {
public:
CBC_CommonByteMatrix(int32_t width, int32_t height);
virtual ~CBC_CommonByteMatrix();
+
int32_t GetHeight();
int32_t GetWidth();
uint8_t Get(int32_t x, int32_t y);
« no previous file with comments | « xfa/fxbarcode/common/BC_CommonByteArray.h ('k') | xfa/fxbarcode/common/BC_CommonCharacterSetECI.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698