| Index: xfa/fde/fde_render.h
|
| diff --git a/xfa/fde/fde_render.h b/xfa/fde/fde_render.h
|
| index 1a80bce92657d916a3926ce455a5d1ac4309a2a1..302ae2d5b48af6aff94aee1e4dd1a1cc816fdd35 100644
|
| --- a/xfa/fde/fde_render.h
|
| +++ b/xfa/fde/fde_render.h
|
| @@ -35,10 +35,8 @@ class CFDE_RenderContext : public CFX_Target {
|
| FDE_RENDERSTATUS DoRender(IFX_Pause* pPause = nullptr);
|
| void StopRender();
|
| void RenderText(IFDE_TextSet* pTextSet, FDE_HVISUALOBJ hText);
|
| - FX_BOOL ApplyClip(IFDE_VisualSet* pVisualSet,
|
| - FDE_HVISUALOBJ hObj,
|
| - FDE_HDEVICESTATE& hState);
|
| - void RestoreClip(FDE_HDEVICESTATE hState);
|
| + FX_BOOL ApplyClip(IFDE_VisualSet* pVisualSet, FDE_HVISUALOBJ hObj);
|
| + void RestoreClip();
|
|
|
| protected:
|
| FDE_RENDERSTATUS m_eStatus;
|
|
|