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

Unified Diff: Source/core/page/EventHandler.cpp

Issue 26592011: Move keyboard related files from core/ to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 2 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/html/MediaDocument.cpp ('k') | Source/core/platform/WindowsKeyboardCodes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/EventHandler.cpp
diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp
index 0fbfe2a174f6aa2e60eb249e23f2d635526e7207..6a1a24a5c202323f2777b50ccfd53009ecfaaa1f 100644
--- a/Source/core/page/EventHandler.cpp
+++ b/Source/core/page/EventHandler.cpp
@@ -73,7 +73,6 @@
#include "core/platform/Cursor.h"
#include "core/platform/ScrollAnimator.h"
#include "core/platform/Scrollbar.h"
-#include "core/platform/WindowsKeyboardCodes.h"
#include "core/platform/chromium/ChromiumDataObject.h"
#include "core/platform/graphics/Image.h"
#include "core/rendering/HitTestRequest.h"
@@ -90,6 +89,7 @@
#include "platform/PlatformKeyboardEvent.h"
#include "platform/PlatformTouchEvent.h"
#include "platform/PlatformWheelEvent.h"
+#include "platform/WindowsKeyboardCodes.h"
#include "platform/geometry/FloatPoint.h"
#include "wtf/Assertions.h"
#include "wtf/CurrentTime.h"
« no previous file with comments | « Source/core/html/MediaDocument.cpp ('k') | Source/core/platform/WindowsKeyboardCodes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698