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

Unified Diff: webkit/plugins/ppapi/usb_key_code_conversion.cc

Issue 9701030: Native to USB keycode conversion for Mac (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | « webkit/glue/webkit_glue.gypi ('k') | webkit/plugins/ppapi/usb_key_code_conversion_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/usb_key_code_conversion.cc
===================================================================
--- webkit/plugins/ppapi/usb_key_code_conversion.cc (revision 126631)
+++ webkit/plugins/ppapi/usb_key_code_conversion.cc (working copy)
@@ -11,8 +11,8 @@
namespace webkit {
namespace ppapi {
-// TODO(garykac): Implement for Windows and Mac.
-#if !defined(OS_LINUX)
+// TODO(garykac): Implement for Windows.
+#if !defined(OS_LINUX) && !defined(OS_MACOSX)
uint32_t UsbKeyCodeForKeyboardEvent(const WebKeyboardEvent& key_event) {
return 0;
« no previous file with comments | « webkit/glue/webkit_glue.gypi ('k') | webkit/plugins/ppapi/usb_key_code_conversion_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698