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

Unified Diff: Source/core/events/EventRetargeter.cpp

Issue 23983049: Move dom/*Event* to events to match the DOM vs. Events spec separation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 months 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 | « Source/core/events/EventRetargeter.h ('k') | Source/core/events/EventSender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventRetargeter.cpp
diff --git a/Source/core/dom/EventRetargeter.cpp b/Source/core/events/EventRetargeter.cpp
similarity index 98%
rename from Source/core/dom/EventRetargeter.cpp
rename to Source/core/events/EventRetargeter.cpp
index da3e8297b406e616f6abb593b5469af5d1db5c25..00caedcf44b0ab3bd2650baa4746a8a09f5189c2 100644
--- a/Source/core/dom/EventRetargeter.cpp
+++ b/Source/core/events/EventRetargeter.cpp
@@ -18,17 +18,17 @@
*/
#include "config.h"
-#include "core/dom/EventRetargeter.h"
+#include "core/events/EventRetargeter.h"
#include "RuntimeEnabledFeatures.h"
#include "core/dom/ContainerNode.h"
-#include "core/dom/EventContext.h"
-#include "core/dom/EventPathWalker.h"
-#include "core/dom/FocusEvent.h"
+#include "core/events/EventContext.h"
+#include "core/events/EventPathWalker.h"
+#include "core/events/FocusEvent.h"
#include "core/dom/FullscreenElementStack.h"
-#include "core/dom/MouseEvent.h"
+#include "core/events/MouseEvent.h"
#include "core/dom/Touch.h"
-#include "core/dom/TouchEvent.h"
+#include "core/events/TouchEvent.h"
#include "core/dom/TouchList.h"
#include "core/dom/TreeScope.h"
#include "core/dom/shadow/ShadowRoot.h"
« no previous file with comments | « Source/core/events/EventRetargeter.h ('k') | Source/core/events/EventSender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698