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

Unified Diff: Source/platform/WindowsKeyboardCodes.h

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/platform/KeyboardCodes.h ('k') | Source/platform/blink_platform.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/WindowsKeyboardCodes.h
diff --git a/Source/core/platform/WindowsKeyboardCodes.h b/Source/platform/WindowsKeyboardCodes.h
similarity index 98%
rename from Source/core/platform/WindowsKeyboardCodes.h
rename to Source/platform/WindowsKeyboardCodes.h
index 237b91670f91832bf727aa68d52b8fd2da9243d8..d87cc55806282ad25c1874201a8724b68627f91e 100644
--- a/Source/core/platform/WindowsKeyboardCodes.h
+++ b/Source/platform/WindowsKeyboardCodes.h
@@ -23,9 +23,8 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef VK_UNKNOWN
-
-#define VK_UNKNOWN 0
+#ifndef WindowsKeyboardCodes_h
+#define WindowsKeyboardCodes_h
// Left mouse button
// Right mouse button
@@ -317,4 +316,4 @@
#define VK_OEM_CLEAR 0xFE // Clear key
-#endif // VK_UNKNOWN
+#endif // WindowsKeyboardCodes_h
« no previous file with comments | « Source/platform/KeyboardCodes.h ('k') | Source/platform/blink_platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698