diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-07-05 16:00:48 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-05 21:24:34 +0000 |
commit | 0fdd1aea658bc65e4d136c58818451b9ddad00e0 (patch) | |
tree | 7b435514a01e74198159de880f65408e1b77ab2e /fpdfsdk/pdfwindow/cpwl_list_box.h | |
parent | d32623b507c7e78221eb9f5f62641e3113501a5c (diff) | |
download | pdfium-0fdd1aea658bc65e4d136c58818451b9ddad00e0.tar.xz |
Cleanup IOn* methods and CPWL_CBEdit
This CL removes various IOn* methods and consolidates code where
possible. The CPWL_CBEdit class is also removed as it was a subclass
of CPWL_Edit which added no extra functionality.
Change-Id: Ifac579ab252b7ca64f8c9b3caeac443683a39c58
Reviewed-on: https://pdfium-review.googlesource.com/7279
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fpdfsdk/pdfwindow/cpwl_list_box.h')
-rw-r--r-- | fpdfsdk/pdfwindow/cpwl_list_box.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fpdfsdk/pdfwindow/cpwl_list_box.h b/fpdfsdk/pdfwindow/cpwl_list_box.h index f1bfea7779..d97f5ae31a 100644 --- a/fpdfsdk/pdfwindow/cpwl_list_box.h +++ b/fpdfsdk/pdfwindow/cpwl_list_box.h @@ -35,11 +35,6 @@ class CPWL_List_Notify { void IOnSetScrollPosY(float fy); void IOnInvalidateRect(CFX_FloatRect* pRect); - void IOnSetCaret(bool bVisible, - const CFX_PointF& ptHead, - const CFX_PointF& ptFoot, - const CPVT_WordPlace& place); - private: CFX_UnownedPtr<CPWL_ListBox> m_pList; }; |