Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Unified Diff: xfa/fwl/cfwl_eventscroll.cpp

Issue 2559173002: Move xfa/fwl/core to xfa/fwl. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/fwl/cfwl_eventscroll.h ('k') | xfa/fwl/cfwl_eventselectchanged.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « xfa/fwl/cfwl_eventscroll.h ('k') | xfa/fwl/cfwl_eventselectchanged.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698