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

Unified Diff: xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp

Issue 1876023003: Remove ICodec_* Interfaces. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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
Index: xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp
diff --git a/xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp b/xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp
index 91f4557a85cdc3bf9ec4f9a0f03f75b895dd823f..36e596807247fbfa2d7c3b5d01fcb6c5a9491abf 100644
--- a/xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp
+++ b/xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp
@@ -21,6 +21,7 @@
*/
#include "core/fxcodec/include/fx_codec.h"
+#include "core/fxcodec/codec/include/ccodec_progressivedecoder.h"
Tom Sepez 2016/04/11 17:16:21 alpha
dsinclair 2016/04/11 20:40:40 Done.
#include "xfa/fxbarcode/BC_BufferedImageLuminanceSource.h"
#include "xfa/fxbarcode/BC_LuminanceSource.h"
#include "xfa/fxbarcode/utils.h"
@@ -32,7 +33,7 @@ class CBC_Pause : public IFX_Pause {
static CFX_DIBitmap* CreateDIBSource(IFX_FileRead* fileread) {
CFX_DIBitmap* bitmap = NULL;
CCodec_ModuleMgr* pCodecMgr = NULL;
Tom Sepez 2016/04/11 17:16:21 nit: nullptrs.
dsinclair 2016/04/11 20:40:40 Done.
- ICodec_ProgressiveDecoder* pImageCodec = NULL;
+ CCodec_ProgressiveDecoder* pImageCodec = NULL;
pCodecMgr = new CCodec_ModuleMgr();
pImageCodec = pCodecMgr->CreateProgressiveDecoder();
FXCODEC_STATUS status = FXCODEC_STATUS_DECODE_FINISH;
« core/fxge/dib/fx_dib_composite.cpp ('K') | « pdfium.gyp ('k') | xfa/fxbarcode/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698