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

Unified Diff: Source/core/events/EventContext.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/EventContext.h ('k') | Source/core/events/EventDispatchMediator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventContext.cpp
diff --git a/Source/core/dom/EventContext.cpp b/Source/core/events/EventContext.cpp
similarity index 95%
rename from Source/core/dom/EventContext.cpp
rename to Source/core/events/EventContext.cpp
index b1d2fe8ed496a6ea277f6fb5f218637a0d057516..dd0a1c078eff87c0a12bb17ad09c412e6b226c01 100644
--- a/Source/core/dom/EventContext.cpp
+++ b/Source/core/events/EventContext.cpp
@@ -25,14 +25,14 @@
*/
#include "config.h"
-#include "core/dom/EventContext.h"
+#include "core/events/EventContext.h"
-#include "core/dom/Event.h"
-#include "core/dom/FocusEvent.h"
-#include "core/dom/MouseEvent.h"
+#include "core/events/Event.h"
+#include "core/events/FocusEvent.h"
+#include "core/events/MouseEvent.h"
#include "core/dom/Node.h"
#include "core/dom/StaticNodeList.h"
-#include "core/dom/TouchEvent.h"
+#include "core/events/TouchEvent.h"
#include "core/dom/TouchList.h"
namespace WebCore {
« no previous file with comments | « Source/core/events/EventContext.h ('k') | Source/core/events/EventDispatchMediator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698