diff options
author | dsinclair <dsinclair@chromium.org> | 2016-11-17 09:55:41 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-17 09:55:41 -0800 |
commit | 28f9b62c397c4f3f8dc0cba69ce1cb8c02f81e76 (patch) | |
tree | 9f6aa0965e1b20964e40e2976f49eb9992816d4f /xfa/fwl/core/ifwl_combobox.h | |
parent | e7798055382d2694e2ce78e5330af20c741d0a84 (diff) | |
download | pdfium-28f9b62c397c4f3f8dc0cba69ce1cb8c02f81e76.tar.xz |
Remove the CFWL_EventType::DrawItem
The ListBox DrawItems event is caught by the ComboBox which converts the
event into a ComboBox DrawItems event which is never processed. Removed both.
Review-Url: https://codereview.chromium.org/2510123002
Diffstat (limited to 'xfa/fwl/core/ifwl_combobox.h')
-rw-r--r-- | xfa/fwl/core/ifwl_combobox.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xfa/fwl/core/ifwl_combobox.h b/xfa/fwl/core/ifwl_combobox.h index 8b045a8780..5b6657baef 100644 --- a/xfa/fwl/core/ifwl_combobox.h +++ b/xfa/fwl/core/ifwl_combobox.h @@ -56,13 +56,6 @@ FWL_EVENT_DEF(CFWL_EvtCmbSelChanged, CFX_Int32Array iArraySels; bool bLButtonUp;) -FWL_EVENT_DEF(CFWL_EvtCmbDrawItem, - CFWL_EventType::DrawItem, - CFX_Graphics* m_pGraphics; - CFX_Matrix m_matrix; - int32_t m_index; - CFX_RectF m_rtItem;) - class IFWL_ComboBoxDP : public IFWL_ListBoxDP { public: virtual FX_FLOAT GetListHeight(IFWL_Widget* pWidget) = 0; |