| Index: core/fpdfdoc/doc_formcontrol.cpp
|
| diff --git a/core/fpdfdoc/doc_formcontrol.cpp b/core/fpdfdoc/doc_formcontrol.cpp
|
| index 18e7330d290098029b6a21a6fbde3c950e62830f..aa6cf986f162bb3a17abb41b2d668d590ed42a0a 100644
|
| --- a/core/fpdfdoc/doc_formcontrol.cpp
|
| +++ b/core/fpdfdoc/doc_formcontrol.cpp
|
| @@ -176,7 +176,7 @@ void CPDF_FormControl::DrawControl(CFX_RenderDevice* pDevice,
|
| matrix.Concat(*pMatrix);
|
| CPDF_Form form(m_pField->m_pForm->m_pDocument,
|
| m_pField->m_pForm->m_pFormDict->GetDictBy("DR"), pStream);
|
| - form.ParseContent(NULL, NULL, NULL, NULL);
|
| + form.ParseContent(nullptr, nullptr, nullptr);
|
| CPDF_RenderContext context(pPage);
|
| context.AppendLayer(&form, &matrix);
|
| context.Render(pDevice, pOptions, nullptr);
|
|
|