diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-06 14:42:49 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-06 14:42:49 -0800 |
commit | dcac57bc8b64fdc870d79d11a498ae7021cf8ae7 (patch) | |
tree | ead222392904fc522669bfeaa27e90b53f4675fa /fpdfsdk/include | |
parent | aa326bd6b169dc1b5b9b83048c71799799ab34c6 (diff) | |
download | pdfium-dcac57bc8b64fdc870d79d11a498ae7021cf8ae7.tar.xz |
Invalidate IPWL_FocusHandler and IPWL_Provider on destruction.
BUG=572871
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1564773003 .
Diffstat (limited to 'fpdfsdk/include')
-rw-r--r-- | fpdfsdk/include/pdfwindow/PWL_Wnd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fpdfsdk/include/pdfwindow/PWL_Wnd.h b/fpdfsdk/include/pdfwindow/PWL_Wnd.h index 91baafa03d..0ea48b570d 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Wnd.h +++ b/fpdfsdk/include/pdfwindow/PWL_Wnd.h @@ -288,6 +288,8 @@ class CPWL_Wnd : public CPWL_TimerHandler { void Create(const PWL_CREATEPARAM& cp); virtual CFX_ByteString GetClassName() const; + void InvalidateFocusHandler(IPWL_FocusHandler* handler); + void InvalidateProvider(IPWL_Provider* provider); void Destroy(); void Move(const CPDF_Rect& rcNew, FX_BOOL bReset, FX_BOOL bRefresh); virtual void InvalidateRect(CPDF_Rect* pRect = NULL); |