| Index: fpdfsdk/src/fsdk_annothandler.cpp
|
| diff --git a/fpdfsdk/src/fsdk_annothandler.cpp b/fpdfsdk/src/fsdk_annothandler.cpp
|
| index d66de828d44550a8a6089f7b6916833a3755ea00..ae6b5f2fc807cfd5df31fb5323a3fc5079b272e6 100644
|
| --- a/fpdfsdk/src/fsdk_annothandler.cpp
|
| +++ b/fpdfsdk/src/fsdk_annothandler.cpp
|
| @@ -143,7 +143,7 @@ IPDFSDK_AnnotHandler* CPDFSDK_AnnotHandlerMgr::GetAnnotHandler(
|
| void CPDFSDK_AnnotHandlerMgr::Annot_OnDraw(CPDFSDK_PageView* pPageView,
|
| CPDFSDK_Annot* pAnnot,
|
| CFX_RenderDevice* pDevice,
|
| - CPDF_Matrix* pUser2Device,
|
| + CFX_Matrix* pUser2Device,
|
| FX_DWORD dwFlags) {
|
| ASSERT(pAnnot);
|
|
|
| @@ -467,7 +467,7 @@ void CPDFSDK_BFAnnotHandler::ReleaseAnnot(CPDFSDK_Annot* pAnnot) {
|
| void CPDFSDK_BFAnnotHandler::OnDraw(CPDFSDK_PageView* pPageView,
|
| CPDFSDK_Annot* pAnnot,
|
| CFX_RenderDevice* pDevice,
|
| - CPDF_Matrix* pUser2Device,
|
| + CFX_Matrix* pUser2Device,
|
| FX_DWORD dwFlags) {
|
| CFX_ByteString sSubType = pAnnot->GetSubType();
|
|
|
| @@ -774,7 +774,7 @@ FX_BOOL CPDFSDK_XFAAnnotHandler::CanAnswer(CPDFSDK_Annot* pAnnot) {
|
| void CPDFSDK_XFAAnnotHandler::OnDraw(CPDFSDK_PageView* pPageView,
|
| CPDFSDK_Annot* pAnnot,
|
| CFX_RenderDevice* pDevice,
|
| - CPDF_Matrix* pUser2Device,
|
| + CFX_Matrix* pUser2Device,
|
| FX_DWORD dwFlags) {
|
| ASSERT(pPageView != NULL);
|
| ASSERT(pAnnot != NULL);
|
|
|