| Index: core/include/fpdfapi/fpdf_render.h
|
| diff --git a/core/include/fpdfapi/fpdf_render.h b/core/include/fpdfapi/fpdf_render.h
|
| index 1c8a99ac7d939aa90b8c85add406761e6c940682..b4178a7f864acaaa365b93070d6f38c64db51e56 100644
|
| --- a/core/include/fpdfapi/fpdf_render.h
|
| +++ b/core/include/fpdfapi/fpdf_render.h
|
| @@ -85,7 +85,7 @@ class CPDF_RenderContext {
|
| CPDF_RenderContext(CPDF_Document* pDoc, CPDF_PageRenderCache* pPageCache);
|
| ~CPDF_RenderContext();
|
|
|
| - void AppendObjectList(CPDF_PageObjects* pObjs,
|
| + void AppendObjectList(CPDF_PageObjectList* pObjs,
|
| const CFX_Matrix* pObject2Device);
|
|
|
| void Render(CFX_RenderDevice* pDevice,
|
| @@ -93,7 +93,7 @@ class CPDF_RenderContext {
|
| const CFX_Matrix* pFinalMatrix = NULL);
|
|
|
| void DrawObjectList(CFX_RenderDevice* pDevice,
|
| - CPDF_PageObjects* pObjs,
|
| + CPDF_PageObjectList* pObjs,
|
| const CFX_Matrix* pObject2Device,
|
| const CPDF_RenderOptions* pOptions);
|
|
|
|
|