diff options
author | jaepark <jaepark@google.com> | 2016-09-01 14:39:24 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-01 14:39:24 -0700 |
commit | 4bae296c1eee7a1ecae8bab3d59dd9430218f730 (patch) | |
tree | 159d3dba32294d424892e7d8f6334e6cb37e4654 /fpdfsdk/include/cpdfsdk_baannothandler.h | |
parent | e0cb687c71d555b55cc30ec59c9b338a0e83f77f (diff) | |
download | pdfium-4bae296c1eee7a1ecae8bab3d59dd9430218f730.tar.xz |
Remove unused dwFlags parameter in CPDFSDK_AnnotHandlerMgr::OnDraw and its calls.
Review-Url: https://codereview.chromium.org/2305443005
Diffstat (limited to 'fpdfsdk/include/cpdfsdk_baannothandler.h')
-rw-r--r-- | fpdfsdk/include/cpdfsdk_baannothandler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fpdfsdk/include/cpdfsdk_baannothandler.h b/fpdfsdk/include/cpdfsdk_baannothandler.h index ac93a597cc..3f40c4bbc3 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, |