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

Unified Diff: xfa/fxbarcode/cbc_ean13.cpp

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/cbc_ean13.h ('k') | xfa/fxbarcode/cbc_ean8.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/cbc_ean13.cpp
diff --git a/xfa/fxbarcode/cbc_ean13.cpp b/xfa/fxbarcode/cbc_ean13.cpp
index 589af5b090497f4f2e5f380f4bef3f8e22640436..0725083a1db0677d940663d3ab60ed9f6aef8667 100644
--- a/xfa/fxbarcode/cbc_ean13.cpp
+++ b/xfa/fxbarcode/cbc_ean13.cpp
@@ -92,6 +92,10 @@ FX_BOOL CBC_EAN13::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) {
return TRUE;
}
+BC_TYPE CBC_EAN13::GetType() {
+ return BC_EAN13;
+}
+
CFX_WideString CBC_EAN13::Decode(uint8_t* buf,
int32_t width,
int32_t height,
« no previous file with comments | « xfa/fxbarcode/cbc_ean13.h ('k') | xfa/fxbarcode/cbc_ean8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698