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

Unified Diff: Source/platform/KeyCodeConversion.h

Issue 106103009: Move remaining KeyCode files to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add missing include Created 7 years 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
Index: Source/platform/KeyCodeConversion.h
diff --git a/Source/core/platform/chromium/KeyCodeConversion.h b/Source/platform/KeyCodeConversion.h
similarity index 94%
rename from Source/core/platform/chromium/KeyCodeConversion.h
rename to Source/platform/KeyCodeConversion.h
index 0257f5b93a2cea5a6381dc123e1cd98193cda583..038e65b56f0a066e2c638e22f88fc3309d95e386 100644
--- a/Source/core/platform/chromium/KeyCodeConversion.h
+++ b/Source/platform/KeyCodeConversion.h
@@ -31,9 +31,11 @@
#ifndef KeyCodeConversion_h
#define KeyCodeConversion_h
+#include "platform/PlatformExport.h"
+
namespace WebCore {
- int windowsKeyCodeForKeyEvent(unsigned keycode);
+PLATFORM_EXPORT int windowsKeyCodeForKeyEvent(unsigned keycode);
} // namespace WebCore
« no previous file with comments | « Source/core/platform/chromium/KeyCodeConversionGtk.cpp ('k') | Source/platform/KeyCodeConversionAndroid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698