diff options
Diffstat (limited to 'xfa/fxgraphics/cfx_graphics.h')
-rw-r--r-- | xfa/fxgraphics/cfx_graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxgraphics/cfx_graphics.h b/xfa/fxgraphics/cfx_graphics.h index 48784254b0..ed219de967 100644 --- a/xfa/fxgraphics/cfx_graphics.h +++ b/xfa/fxgraphics/cfx_graphics.h @@ -125,7 +125,7 @@ class CFX_Graphics { FWL_Error GetMiterLimit(FX_FLOAT& miterLimit) const; FWL_Error GetLineWidth(FX_FLOAT& lineWidth) const; FWL_Error GetStrokeAlignment(FX_StrokeAlignment& strokeAlignment) const; - FWL_Error GetClipRect(CFX_RectF& rect) const; + CFX_RectF GetClipRect() const; CFX_Matrix* GetMatrix(); CFX_RenderDevice* GetRenderDevice(); |