| Index: core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp
|
| diff --git a/core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp b/core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp
|
| index 449b003c56cd7350860668ff8bb2e79c51272c8a..f99f7cec38c4ac0e4e0379cc66aa2f1627f9508a 100644
|
| --- a/core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp
|
| +++ b/core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp
|
| @@ -423,7 +423,7 @@ FX_BOOL CPDF_RenderStatus::ProcessType3Text(const CPDF_TextObject* textobj, cons
|
| }
|
| if (fill_alpha == 255) {
|
| CPDF_RenderStatus status;
|
| - status.Initialize(m_Level + 1, m_pContext, m_pDevice, NULL, NULL, this, pStates, &Options,
|
| + status.Initialize(m_pContext, m_pDevice, NULL, NULL, this, pStates, &Options,
|
| pType3Char->m_pForm->m_Transparency, m_bDropObjects, pFormResource, FALSE, pType3Char, fill_argb);
|
| status.m_Type3FontCache.Append(m_Type3FontCache);
|
| status.m_Type3FontCache.Add(pType3Font);
|
| @@ -440,7 +440,7 @@ FX_BOOL CPDF_RenderStatus::ProcessType3Text(const CPDF_TextObject* textobj, cons
|
| }
|
| bitmap_device.GetBitmap()->Clear(0);
|
| CPDF_RenderStatus status;
|
| - status.Initialize(m_Level + 1, m_pContext, &bitmap_device, NULL, NULL, this, pStates, &Options,
|
| + status.Initialize(m_pContext, &bitmap_device, NULL, NULL, this, pStates, &Options,
|
| pType3Char->m_pForm->m_Transparency, m_bDropObjects, pFormResource, FALSE, pType3Char, fill_argb);
|
| status.m_Type3FontCache.Append(m_Type3FontCache);
|
| status.m_Type3FontCache.Add(pType3Font);
|
|
|