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

Unified Diff: ui/events/keycodes/keyboard_code_conversion_x.h

Issue 611993002: linux: Do not fallback to the hardware keycodes for modifers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix builds. Created 6 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
Index: ui/events/keycodes/keyboard_code_conversion_x.h
diff --git a/ui/events/keycodes/keyboard_code_conversion_x.h b/ui/events/keycodes/keyboard_code_conversion_x.h
index 162669124db09331d99dc7b68dae7606b1462b37..3f6d5f06ded3bd5061f284ca1f23f5daf6372da6 100644
--- a/ui/events/keycodes/keyboard_code_conversion_x.h
+++ b/ui/events/keycodes/keyboard_code_conversion_x.h
@@ -35,10 +35,6 @@ EVENTS_BASE_EXPORT unsigned int XKeyCodeForWindowsKeyCode(KeyboardCode key_code,
int flags,
XDisplay* display);
-// Converts an X keycode into ui::KeyboardCode.
-EVENTS_BASE_EXPORT KeyboardCode
- DefaultKeyboardCodeFromHardwareKeycode(unsigned int hardware_code);
-
// Initializes a core XKeyEvent from an XI2 key event.
EVENTS_BASE_EXPORT void InitXKeyEventFromXIDeviceEvent(const XEvent& src,
XEvent* dst);
« no previous file with comments | « no previous file | ui/events/keycodes/keyboard_code_conversion_x.cc » ('j') | ui/events/keycodes/keyboard_code_conversion_x.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698