| Index: fpdfsdk/include/cpdfsdk_baannothandler.h
|
| diff --git a/fpdfsdk/include/cpdfsdk_baannothandler.h b/fpdfsdk/include/cpdfsdk_baannothandler.h
|
| index ac93a597cc0b93ab3e19ba439f5a43bcb4748442..3f40c4bbc3e5be564a50825f06cc8b90f40ef4c8 100644
|
| --- a/fpdfsdk/include/cpdfsdk_baannothandler.h
|
| +++ b/fpdfsdk/include/cpdfsdk_baannothandler.h
|
| @@ -44,8 +44,7 @@ class CPDFSDK_BAAnnotHandler : public IPDFSDK_AnnotHandler {
|
| void OnDraw(CPDFSDK_PageView* pPageView,
|
| CPDFSDK_Annot* pAnnot,
|
| CFX_RenderDevice* pDevice,
|
| - CFX_Matrix* pUser2Device,
|
| - uint32_t dwFlags) override;
|
| + CFX_Matrix* pUser2Device) override;
|
| void OnDrawSleep(CPDFSDK_PageView* pPageView,
|
| CPDFSDK_Annot* pAnnot,
|
| CFX_RenderDevice* pDevice,
|
|
|