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

Unified Diff: xfa/fxbarcode/cbc_upca.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_upca.cpp
diff --git a/xfa/fxbarcode/cbc_upca.cpp b/xfa/fxbarcode/cbc_upca.cpp
index 525612257aad979417fae3647f38f8e8cd8ed041..ad0ec5500305dc50619eb74878da43dc5bb0e97e 100644
--- a/xfa/fxbarcode/cbc_upca.cpp
+++ b/xfa/fxbarcode/cbc_upca.cpp
@@ -113,3 +113,7 @@ CFX_WideString CBC_UPCA::Decode(CFX_DIBitmap* pBitmap, int32_t& e) {
BC_EXCEPTION_CHECK_ReturnValue(e, L"");
return CFX_WideString::FromUTF8(str.AsStringC());
}
+
+BC_TYPE CBC_UPCA::GetType() {
+ return BC_UPCA;
+}

Powered by Google App Engine
This is Rietveld 408576698