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

Unified Diff: core/fpdfapi/parser/cpdf_stream_acc.h

Issue 2558373002: Remove last usage of CFX_ObjectArray. (Closed)
Patch Set: disallow copy and assign Created 4 years 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 | core/fxcrt/fx_basic.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfapi/parser/cpdf_stream_acc.h
diff --git a/core/fpdfapi/parser/cpdf_stream_acc.h b/core/fpdfapi/parser/cpdf_stream_acc.h
index 24ae5d2ed87aecc46dd59d93598a65baecdcbd06..51a8a183325de2216a96789bce15143dbe390462 100644
--- a/core/fpdfapi/parser/cpdf_stream_acc.h
+++ b/core/fpdfapi/parser/cpdf_stream_acc.h
@@ -19,6 +19,9 @@ class CPDF_StreamAcc {
CPDF_StreamAcc();
~CPDF_StreamAcc();
+ CPDF_StreamAcc(const CPDF_StreamAcc&) = delete;
+ CPDF_StreamAcc& operator=(const CPDF_StreamAcc&) = delete;
+
void LoadAllData(const CPDF_Stream* pStream,
bool bRawAccess = false,
uint32_t estimated_size = 0,
« no previous file with comments | « no previous file | core/fxcrt/fx_basic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698