summaryrefslogtreecommitdiff
path: root/fpdfsdk/pdfwindow/cpwl_list_box.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-07-24 09:42:55 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-07-24 13:59:00 +0000
commit6b0158fdc229e7fc45fdb61c700b709bd82b2309 (patch)
treeacb36f7f20b7a1280613deae74bcedcd500f3547 /fpdfsdk/pdfwindow/cpwl_list_box.h
parentc08dc39850188d96ad81f5800c7a51d2663eeb44 (diff)
downloadpdfium-6b0158fdc229e7fc45fdb61c700b709bd82b2309.tar.xz
Remove fxedit place classes in pdfwindow/
This CL removes the fpdfsdk/fxedit folder and moves the code to fpdfsdk/pdfwindow which is the primary consumer. The classes were renamed from CFX_* to CPWL_*. Change-Id: I6c6178adccf978193bbb9685204657ebd3f438bb Reviewed-on: https://pdfium-review.googlesource.com/8552 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/pdfwindow/cpwl_list_box.h b/fpdfsdk/pdfwindow/cpwl_list_box.h
index f41a6dd87f..d76c7a5c5a 100644
--- a/fpdfsdk/pdfwindow/cpwl_list_box.h
+++ b/fpdfsdk/pdfwindow/cpwl_list_box.h
@@ -12,7 +12,7 @@
#include "core/fxcrt/cfx_unowned_ptr.h"
#include "fpdfsdk/pdfwindow/cpwl_wnd.h"
-class CFX_ListCtrl;
+class CPWL_ListCtrl;
class CPWL_List_Notify;
class CPWL_ListBox;
class IPWL_Filler_Notify;
@@ -97,7 +97,7 @@ class CPWL_ListBox : public CPWL_Wnd {
void AttachFFLData(CFFL_FormFiller* pData) { m_pFormFiller = pData; }
protected:
- std::unique_ptr<CFX_ListCtrl> m_pList;
+ std::unique_ptr<CPWL_ListCtrl> m_pList;
std::unique_ptr<CPWL_List_Notify> m_pListNotify;
bool m_bMouseDown;
bool m_bHoverSel;