From 4454ce7c74558f610962c6d41d446f50875603ad Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 9 Aug 2017 17:23:36 -0400 Subject: Remove default params in CFDE_RenderDevice This CL removes the two default nullptr values in CFDE_RenderDevice. Change-Id: I32e7cf5f45fcf1fbddd0c9070024647ac06203c5 Reviewed-on: https://pdfium-review.googlesource.com/10453 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- xfa/fde/cfde_renderdevice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xfa/fde/cfde_renderdevice.h b/xfa/fde/cfde_renderdevice.h index 0f0ce9e1cd..f1082fb39a 100644 --- a/xfa/fde/cfde_renderdevice.h +++ b/xfa/fde/cfde_renderdevice.h @@ -34,11 +34,11 @@ class CFDE_RenderDevice { const FXTEXT_CHARPOS* pCharPos, int32_t iCount, float fFontSize, - const CFX_Matrix* pMatrix = nullptr); + const CFX_Matrix* pMatrix); bool DrawPath(FX_ARGB color, float fPenWidth, const CFDE_Path* pPath, - const CFX_Matrix* pMatrix = nullptr); + const CFX_Matrix* pMatrix); private: CFX_RenderDevice* const m_pDevice; -- cgit v1.2.3