Index: ui/events/keycodes/keyboard_code_conversion_mac.h |
diff --git a/ui/events/keycodes/keyboard_code_conversion_mac.h b/ui/events/keycodes/keyboard_code_conversion_mac.h |
index f4ba52c429780ad699bec4c9bf24bfd27a6acf09..5bbe262a3ce4a90f26aa5ee26ea1b5bf798fa69a 100644 |
--- a/ui/events/keycodes/keyboard_code_conversion_mac.h |
+++ b/ui/events/keycodes/keyboard_code_conversion_mac.h |
@@ -40,6 +40,7 @@ EVENTS_BASE_EXPORT int MacKeyCodeForWindowsKeyCode( |
// third_party/WebKit/Source/web/mac/WebInputEventFactory.mm |
// Converts |event| into a |KeyboardCode|. The mapping is not direct as the Mac |
// has a different notion of key codes. |
+EVENTS_BASE_EXPORT KeyboardCode KeyboardCodeFromCharCode(unichar charCode); |
EVENTS_BASE_EXPORT KeyboardCode KeyboardCodeFromNSEvent(NSEvent* event); |
EVENTS_BASE_EXPORT DomCode CodeFromNSEvent(NSEvent* event); |