| Index: xfa/fxfa/app/xfa_ffwidget.cpp
|
| diff --git a/xfa/fxfa/app/xfa_ffwidget.cpp b/xfa/fxfa/app/xfa_ffwidget.cpp
|
| index ebe04f15c2fb0bfc4bd0ae88d432f9fb302c7137..88cbb1bb528b75af7001695e09d717d1e820a03e 100644
|
| --- a/xfa/fxfa/app/xfa_ffwidget.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffwidget.cpp
|
| @@ -21,6 +21,7 @@
|
| #include "xfa/fxgraphics/cfx_pattern.h"
|
| #include "xfa/fxgraphics/cfx_shading.h"
|
| #include "xfa/fxgraphics/include/cfx_graphics.h"
|
| +#include "core/fxcodec/codec/include/ccodec_progressivedecoder.h"
|
|
|
| CXFA_FFWidget::CXFA_FFWidget(CXFA_FFPageView* pPageView,
|
| CXFA_WidgetAcc* pDataAcc)
|
| @@ -1057,7 +1058,7 @@ CFX_DIBitmap* XFA_LoadImageFromBuffer(IFX_FileRead* pImageFileRead,
|
| }
|
| CFX_DIBAttribute dibAttr;
|
| CFX_DIBitmap* pBitmap = NULL;
|
| - ICodec_ProgressiveDecoder* pProgressiveDecoder =
|
| + CCodec_ProgressiveDecoder* pProgressiveDecoder =
|
| pCodecMgr->CreateProgressiveDecoder();
|
| pProgressiveDecoder->LoadImageInfo(pImageFileRead, type, &dibAttr);
|
| switch (dibAttr.m_wDPIUnit) {
|
|
|