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

Unified Diff: xfa/fxbarcode/cbc_datamatrix.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: 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/cbc_datamatrix.cpp
diff --git a/xfa/fxbarcode/cbc_datamatrix.cpp b/xfa/fxbarcode/cbc_datamatrix.cpp
index 08b76830fd262b7ec1f31307531a5e78dd1bf0d5..5e37b5425342f407b40ca44c2a00460ba92eab03 100644
--- a/xfa/fxbarcode/cbc_datamatrix.cpp
+++ b/xfa/fxbarcode/cbc_datamatrix.cpp
@@ -65,6 +65,10 @@ FX_BOOL CBC_DataMatrix::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) {
return TRUE;
}
+BC_TYPE CBC_DataMatrix::GetType() {
+ return BC_DATAMATRIX;
+}
+
CFX_WideString CBC_DataMatrix::Decode(uint8_t* buf,
int32_t width,
int32_t height,

Powered by Google App Engine
This is Rietveld 408576698