| Index: fpdfsdk/include/pdfwindow/PWL_Edit.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_Edit.h b/fpdfsdk/include/pdfwindow/PWL_Edit.h
|
| index 25da59197af6438c4fa15e756d8900626dac36b8..2b59421aa49c166599c9e54d126ced188f0c9b0a 100644
|
| --- a/fpdfsdk/include/pdfwindow/PWL_Edit.h
|
| +++ b/fpdfsdk/include/pdfwindow/PWL_Edit.h
|
| @@ -24,9 +24,7 @@ class IPWL_Filler_Notify {
|
| FX_FLOAT fPopupMax,
|
| int32_t& nRet,
|
| FX_FLOAT& fPopupRet) = 0; // nRet: (0:bottom 1:top)
|
| - virtual void OnBeforeKeyStroke(FX_BOOL bEditOrList,
|
| - void* pPrivateData,
|
| - int32_t nKeyCode,
|
| + virtual void OnBeforeKeyStroke(void* pPrivateData,
|
| CFX_WideString& strChange,
|
| const CFX_WideString& strChangeEx,
|
| int nSelStart,
|
| @@ -35,10 +33,6 @@ class IPWL_Filler_Notify {
|
| FX_BOOL& bRC,
|
| FX_BOOL& bExit,
|
| FX_DWORD nFlag) = 0;
|
| - virtual void OnAfterKeyStroke(FX_BOOL bEditOrList,
|
| - void* pPrivateData,
|
| - FX_BOOL& bExit,
|
| - FX_DWORD nFlag) = 0;
|
|
|
| virtual void OnPopupPreOpen(void* pPrivateData,
|
| FX_BOOL& bExit,
|
|
|