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

Unified Diff: Source/core/events/WebKitAnimationEvent.h

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/UIEventWithKeyState.cpp ('k') | Source/core/events/WebKitAnimationEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/WebKitAnimationEvent.h
diff --git a/Source/core/dom/WebKitAnimationEvent.h b/Source/core/events/WebKitAnimationEvent.h
similarity index 98%
rename from Source/core/dom/WebKitAnimationEvent.h
rename to Source/core/events/WebKitAnimationEvent.h
index 8f642bfcd6c1d0b077b2d737169ec91208b95252..b91c98005bd6449d26cfddee04edc3841c7b58bb 100644
--- a/Source/core/dom/WebKitAnimationEvent.h
+++ b/Source/core/events/WebKitAnimationEvent.h
@@ -26,7 +26,7 @@
#ifndef WebKitAnimationEvent_h
#define WebKitAnimationEvent_h
-#include "core/dom/Event.h"
+#include "core/events/Event.h"
namespace WebCore {
« no previous file with comments | « Source/core/events/UIEventWithKeyState.cpp ('k') | Source/core/events/WebKitAnimationEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698