summaryrefslogtreecommitdiff
path: root/xfa/fde/cfde_renderdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fde/cfde_renderdevice.h')
-rw-r--r--xfa/fde/cfde_renderdevice.h4
1 files 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;