| Index: xfa/fwl/cfwl_eventscroll.cpp
|
| diff --git a/xfa/fwl/core/cfwl_evtscroll.cpp b/xfa/fwl/cfwl_eventscroll.cpp
|
| similarity index 68%
|
| rename from xfa/fwl/core/cfwl_evtscroll.cpp
|
| rename to xfa/fwl/cfwl_eventscroll.cpp
|
| index 00ca57eb844db48ed10de4fa3846f0bec21cf3ae..0e9e26c1cb9be94321d5d080008347896fce7ae9 100644
|
| --- a/xfa/fwl/core/cfwl_evtscroll.cpp
|
| +++ b/xfa/fwl/cfwl_eventscroll.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/fwl/core/cfwl_evtscroll.h"
|
| +#include "xfa/fwl/cfwl_eventscroll.h"
|
|
|
| -CFWL_EvtScroll::CFWL_EvtScroll(CFWL_Widget* pSrcTarget)
|
| +CFWL_EventScroll::CFWL_EventScroll(CFWL_Widget* pSrcTarget)
|
| : CFWL_Event(CFWL_Event::Type::Scroll, pSrcTarget) {}
|
|
|
| -CFWL_EvtScroll::~CFWL_EvtScroll() {}
|
| +CFWL_EventScroll::~CFWL_EventScroll() {}
|
|
|