Index: xfa/fxgraphics/cagg_graphics.cpp |
diff --git a/xfa/fxgraphics/cagg_graphics.cpp b/xfa/fxgraphics/cagg_graphics.cpp |
index 564a2b14cccb5f8ccdea1c277262e15a8d99be8f..5d1f5636131a21e3c4a07f173ae65a14c6f7dceb 100644 |
--- a/xfa/fxgraphics/cagg_graphics.cpp |
+++ b/xfa/fxgraphics/cagg_graphics.cpp |
@@ -18,7 +18,7 @@ FWL_Error CAGG_Graphics::Create(CFX_Graphics* owner, |
return FWL_Error::PropertyInvalid; |
CFX_FxgeDevice* device = new CFX_FxgeDevice; |
- device->Create(width, height, format); |
+ device->Create(width, height, format, nullptr); |
m_owner = owner; |
m_owner->m_renderDevice = device; |
m_owner->m_renderDevice->GetBitmap()->Clear(0xFFFFFFFF); |