| Index: fpdfsdk/include/formfiller/FFL_IFormFiller.h
|
| diff --git a/fpdfsdk/include/formfiller/FFL_IFormFiller.h b/fpdfsdk/include/formfiller/FFL_IFormFiller.h
|
| index 1c1fd07c35cd16c6127a8cb98f9cd3a84fd72f3f..723aa2bcb41b22d032d7ad39944bd159d7cd384e 100644
|
| --- a/fpdfsdk/include/formfiller/FFL_IFormFiller.h
|
| +++ b/fpdfsdk/include/formfiller/FFL_IFormFiller.h
|
| @@ -149,9 +149,7 @@ class CFFL_IFormFiller : public IPWL_Filler_Notify {
|
| FX_FLOAT fPopupMax,
|
| int32_t& nRet,
|
| FX_FLOAT& fPopupRet) override;
|
| - void OnBeforeKeyStroke(FX_BOOL bEditOrList,
|
| - void* pPrivateData,
|
| - int32_t nKeyCode,
|
| + void OnBeforeKeyStroke(void* pPrivateData,
|
| CFX_WideString& strChange,
|
| const CFX_WideString& strChangeEx,
|
| int nSelStart,
|
| @@ -160,10 +158,6 @@ class CFFL_IFormFiller : public IPWL_Filler_Notify {
|
| FX_BOOL& bRC,
|
| FX_BOOL& bExit,
|
| FX_DWORD nFlag) override;
|
| - void OnAfterKeyStroke(FX_BOOL bEditOrList,
|
| - void* pPrivateData,
|
| - FX_BOOL& bExit,
|
| - FX_DWORD nFlag) override;
|
|
|
| void UnRegisterFormFiller(CPDFSDK_Annot* pAnnot);
|
| void SetFocusAnnotTab(CPDFSDK_Annot* pWidget,
|
|
|