Fix native key code under X11.
commite07fa565428c54532276c05756d1e2cf714a58c4
authorkpschoedel <kpschoedel@chromium.org>
Fri, 3 Oct 2014 19:36:46 +0000 (3 12:36 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 3 Oct 2014 19:37:41 +0000 (3 19:37 +0000)
treefd1eaaa7a964f0d964c115082ea74337706f189b
parent65a3be162f29be44469afce8e79d635f2386e29e
Fix native key code under X11.

The WebKeyboardEvent.nativeKeyCode was incorrectly set
to the X keysym (interpretation of the key) rather than
the X keycode (physical key identifier), which broke
Chromoting.

BUG=412435

Review URL: https://codereview.chromium.org/626433003

Cr-Commit-Position: refs/heads/master@{#298080}
content/browser/renderer_host/web_input_event_aura.cc