Commit 68a673fd authored by Wez's avatar Wez Committed by Commit Bot

[fuchsia] Update bug number for DomCode table workaround.

Bug: 1107418
Change-Id: I6f6523e7f40382658e2d3f34b04fe48464658759
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306159
Auto-Submit: Wez <wez@chromium.org>
Commit-Queue: David Dorwin <ddorwin@chromium.org>
Reviewed-by: default avatarDavid Dorwin <ddorwin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790107}
parent c4a8929e
...@@ -30,7 +30,7 @@ namespace { ...@@ -30,7 +30,7 @@ namespace {
#define DOM_CODE(usb, evdev, xkb, win, mac, code, id) \ #define DOM_CODE(usb, evdev, xkb, win, mac, code, id) \
{ usb, evdev, code } { usb, evdev, code }
#elif defined(OS_FUCHSIA) #elif defined(OS_FUCHSIA)
// TODO(https://bugs.fuchsia.com/23982): Fuchsia currently delivers events // TODO(https://crbug.com/1107418): Fuchsia currently delivers events
// with a USB Code but no Page specified, so only map |native_keycode| for // with a USB Code but no Page specified, so only map |native_keycode| for
// Keyboard Usage Page codes, for now. // Keyboard Usage Page codes, for now.
inline constexpr uint32_t CodeIfOnKeyboardPage(uint32_t usage) { inline constexpr uint32_t CodeIfOnKeyboardPage(uint32_t usage) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment