Index: fpdfsdk/cpdfsdk_baannothandler.cpp |
diff --git a/fpdfsdk/cpdfsdk_baannothandler.cpp b/fpdfsdk/cpdfsdk_baannothandler.cpp |
index 4422dc4ee949665730ce9f75e5864e35a4a0b765..2ce69f97ce55b15a888e36e8027a0495673eeab0 100644 |
--- a/fpdfsdk/cpdfsdk_baannothandler.cpp |
+++ b/fpdfsdk/cpdfsdk_baannothandler.cpp |
@@ -62,8 +62,7 @@ void CPDFSDK_BAAnnotHandler::DeleteAnnot(CPDFSDK_Annot* pAnnot) {} |
void CPDFSDK_BAAnnotHandler::OnDraw(CPDFSDK_PageView* pPageView, |
CPDFSDK_Annot* pAnnot, |
CFX_RenderDevice* pDevice, |
- CFX_Matrix* pUser2Device, |
- uint32_t dwFlags) { |
+ CFX_Matrix* pUser2Device) { |
#ifdef PDF_ENABLE_XFA |
if (pAnnot->IsXFAField()) |
return; |