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" |