From 86224fc1f74a27c3448961c91e10d4e3feb427e4 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Wed, 16 Aug 2017 19:35:12 -0700 Subject: Remove default argument for CXFA_Graphics::SetLineWidth(). Change-Id: I6ea062bf5def0bc5fea7c52323198209dcf4c3e9 Reviewed-on: https://pdfium-review.googlesource.com/11110 Commit-Queue: dsinclair Reviewed-by: dsinclair --- xfa/fxgraphics/cxfa_graphics.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xfa/fxgraphics/cxfa_graphics.h') diff --git a/xfa/fxgraphics/cxfa_graphics.h b/xfa/fxgraphics/cxfa_graphics.h index 8069c8ecbd..05f9640ca8 100644 --- a/xfa/fxgraphics/cxfa_graphics.h +++ b/xfa/fxgraphics/cxfa_graphics.h @@ -56,7 +56,8 @@ class CXFA_Graphics { void SetLineCap(CFX_GraphStateData::LineCap lineCap); void SetLineDash(float dashPhase, float* dashArray, int32_t dashCount); void SetLineDash(FX_DashStyle dashStyle); - void SetLineWidth(float lineWidth, bool isActOnDash = false); + void SetLineWidth(float lineWidth); + void EnableActOnDash(); void SetStrokeColor(const CXFA_Color& color); void SetFillColor(const CXFA_Color& color); void SetClipRect(const CFX_RectF& rect); -- cgit v1.2.3