diff options
author | Lei Zhang <thestig@chromium.org> | 2015-10-19 14:14:48 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-10-19 14:14:48 -0700 |
commit | 9ddafc82bddb984ae46ee0df801ba20b446d5158 (patch) | |
tree | f33eb91c89cb3534dc72b76843b54609abafaf36 /fpdfsdk/include/pdfwindow | |
parent | 6d34d056a7188b7ae9800fe3ceb68645e0442879 (diff) | |
download | pdfium-9ddafc82bddb984ae46ee0df801ba20b446d5158.tar.xz |
Remove dead code that was reactivated when fixing overrides.chromium/2545chromium/2544chromium/2543chromium/2542chromium/2541
BUG=pdfium:205
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1409743004 .
Diffstat (limited to 'fpdfsdk/include/pdfwindow')
-rw-r--r-- | fpdfsdk/include/pdfwindow/PWL_Edit.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/fpdfsdk/include/pdfwindow/PWL_Edit.h b/fpdfsdk/include/pdfwindow/PWL_Edit.h index 11249a3193..71123b8368 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; }; class CPWL_Edit : public CPWL_EditCtrl, public IFX_Edit_OprNotify { |