| Index: core/fpdfapi/fpdf_render/render_int.h
|
| diff --git a/core/fpdfapi/fpdf_render/render_int.h b/core/fpdfapi/fpdf_render/render_int.h
|
| index 464ca387848d1eb6b947737dece2e7851b6e8bf8..46689d3b68e0ed8ed5b163cd10ec5e7c4e5df14b 100644
|
| --- a/core/fpdfapi/fpdf_render/render_int.h
|
| +++ b/core/fpdfapi/fpdf_render/render_int.h
|
| @@ -205,8 +205,8 @@ class CPDF_RenderStatus {
|
| int bitmap_alpha,
|
| int blend_mode,
|
| int bIsolated);
|
| - FX_BOOL ProcessShading(const CPDF_ShadingObject* pShadingObj,
|
| - const CFX_Matrix* pObj2Device);
|
| + void ProcessShading(const CPDF_ShadingObject* pShadingObj,
|
| + const CFX_Matrix* pObj2Device);
|
| void DrawShading(CPDF_ShadingPattern* pPattern,
|
| CFX_Matrix* pMatrix,
|
| FX_RECT& clip_rect,
|
|
|