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

Unified Diff: xfa/fwl/cfwl_eventmouse.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_eventmouse.h ('k') | xfa/fwl/cfwl_eventscroll.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/cfwl_eventmouse.cpp
diff --git a/xfa/fwl/core/cfwl_evtmouse.cpp b/xfa/fwl/cfwl_eventmouse.cpp
similarity index 51%
rename from xfa/fwl/core/cfwl_evtmouse.cpp
rename to xfa/fwl/cfwl_eventmouse.cpp
index 8bfce8a9c5baffb461c5928d5e8ccbaf2405d866..3f8c7734c4eecaa0cd3629cc5c74d37221fd79f4 100644
--- a/xfa/fwl/core/cfwl_evtmouse.cpp
+++ b/xfa/fwl/cfwl_eventmouse.cpp
@@ -4,12 +4,13 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/fwl/core/cfwl_evtmouse.h"
+#include "xfa/fwl/cfwl_eventmouse.h"
-CFWL_EvtMouse::CFWL_EvtMouse(CFWL_Widget* pSrcTarget)
- : CFWL_EvtMouse(pSrcTarget, nullptr) {}
+CFWL_EventMouse::CFWL_EventMouse(CFWL_Widget* pSrcTarget)
+ : CFWL_EventMouse(pSrcTarget, nullptr) {}
-CFWL_EvtMouse::CFWL_EvtMouse(CFWL_Widget* pSrcTarget, CFWL_Widget* pDstTarget)
+CFWL_EventMouse::CFWL_EventMouse(CFWL_Widget* pSrcTarget,
+ CFWL_Widget* pDstTarget)
: CFWL_Event(CFWL_Event::Type::Mouse, pSrcTarget, pDstTarget) {}
-CFWL_EvtMouse::~CFWL_EvtMouse() {}
+CFWL_EventMouse::~CFWL_EventMouse() {}
« no previous file with comments | « xfa/fwl/cfwl_eventmouse.h ('k') | xfa/fwl/cfwl_eventscroll.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698