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

Unified Diff: xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.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: fix 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_PDF417BarcodeRow.h
diff --git a/xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h b/xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
index 80d931b5879307fafaa1f7794a930e755655df44..9bf1b3cbce0d7cb8eb9cec115714e52d628d70d4 100644
--- a/xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
+++ b/xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
@@ -13,6 +13,7 @@ class CBC_BarcodeRow {
public:
CBC_BarcodeRow(int32_t width);
virtual ~CBC_BarcodeRow();
+
void set(int32_t x, uint8_t value);
void set(int32_t x, FX_BOOL black);
void addBar(FX_BOOL black, int32_t width);

Powered by Google App Engine
This is Rietveld 408576698