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

Unified Diff: xfa/fxbarcode/common/BC_CommonDecoderResult.h

Issue 1927253002: Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, Part 5 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Nits. Created 4 years, 8 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 | « no previous file | xfa/fxbarcode/common/BC_CommonDecoderResult.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/common/BC_CommonDecoderResult.h
diff --git a/xfa/fxbarcode/common/BC_CommonDecoderResult.h b/xfa/fxbarcode/common/BC_CommonDecoderResult.h
index 9dc4b66dcedec60a2e5452d7fb35fac0589b5ff0..cec743111967205b94e97d473729b546148e231e 100644
--- a/xfa/fxbarcode/common/BC_CommonDecoderResult.h
+++ b/xfa/fxbarcode/common/BC_CommonDecoderResult.h
@@ -27,7 +27,6 @@ class CBC_CommonDecoderResult {
int32_t& e);
virtual void Init(const CFX_ByteArray& rawBytes,
const CFX_ByteString& text,
- const CFX_PtrArray& byteSegments,
const CFX_ByteString& ecLevel,
int32_t& e);
void setOther(CBC_PDF417ResultMetadata* other);
@@ -36,7 +35,6 @@ class CBC_CommonDecoderResult {
CFX_ByteArray m_rawBytes;
CFX_ByteString m_text;
CFX_Int32Array m_byteSegments;
- CFX_PtrArray m_pdf417byteSegments;
CBC_QRCoderErrorCorrectionLevel* m_ecLevel;
CFX_ByteString m_pdf417ecLevel;
CBC_PDF417ResultMetadata* m_other;
« no previous file with comments | « no previous file | xfa/fxbarcode/common/BC_CommonDecoderResult.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698