| Index: core/src/fpdfapi/fpdf_render/render_int.h
|
| diff --git a/core/src/fpdfapi/fpdf_render/render_int.h b/core/src/fpdfapi/fpdf_render/render_int.h
|
| index 5530754ab0849edf82387743af8d1657eb1f56a5..3a81ba55877d9afc571d93a558053e64ea09eda2 100644
|
| --- a/core/src/fpdfapi/fpdf_render/render_int.h
|
| +++ b/core/src/fpdfapi/fpdf_render/render_int.h
|
| @@ -93,7 +93,7 @@ class CPDF_DocRenderData {
|
| };
|
| struct _PDF_RenderItem {
|
| public:
|
| - CPDF_PageObjects* m_pObjectList;
|
| + CPDF_PageObjectList* m_pObjectList;
|
| CFX_Matrix m_Matrix;
|
| };
|
|
|
| @@ -131,7 +131,7 @@ class CPDF_RenderStatus {
|
| FX_ARGB fill_color = 0,
|
| FX_DWORD GroupFamily = 0,
|
| FX_BOOL bLoadMask = FALSE);
|
| - void RenderObjectList(const CPDF_PageObjects* pObjs,
|
| + void RenderObjectList(const CPDF_PageObjectList* pObjs,
|
| const CFX_Matrix* pObj2Device);
|
| void RenderSingleObject(const CPDF_PageObject* pObj,
|
| const CFX_Matrix* pObj2Device);
|
|
|