| Index: xfa/fwl/core/cfwl_evtpostdropdown.cpp
|
| diff --git a/xfa/fwl/core/cfwl_evtclose.cpp b/xfa/fwl/core/cfwl_evtpostdropdown.cpp
|
| similarity index 50%
|
| copy from xfa/fwl/core/cfwl_evtclose.cpp
|
| copy to xfa/fwl/core/cfwl_evtpostdropdown.cpp
|
| index 72713a17d1b2ace83cab49f6506ef27bca11fc2d..52ba80319720c8788e3ee2835d2becac475f6c84 100644
|
| --- a/xfa/fwl/core/cfwl_evtclose.cpp
|
| +++ b/xfa/fwl/core/cfwl_evtpostdropdown.cpp
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/fwl/core/cfwl_evtclose.h"
|
| +#include "xfa/fwl/core/cfwl_evtpostdropdown.h"
|
|
|
| -CFWL_EvtClose::CFWL_EvtClose() {}
|
| +CFWL_EvtPostDropDown::CFWL_EvtPostDropDown() {}
|
|
|
| -CFWL_EvtClose::~CFWL_EvtClose() {}
|
| +CFWL_EvtPostDropDown::~CFWL_EvtPostDropDown() {}
|
|
|
| -CFWL_EventType CFWL_EvtClose::GetClassID() const {
|
| - return CFWL_EventType::Close;
|
| +CFWL_EventType CFWL_EvtPostDropDown::GetClassID() const {
|
| + return CFWL_EventType::PostDropDown;
|
| }
|
|
|