diff options
-rw-r--r-- | remoting/host/event_executor_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc index 9f97ee8..1d161b6 100644 --- a/remoting/host/event_executor_linux.cc +++ b/remoting/host/event_executor_linux.cc @@ -46,7 +46,7 @@ static int MouseButtonToX11ButtonNumber( // // TODO(wez): Replace this with something more closely tied to what // WebInputEventFactory does on Linux/GTK, and which respects the -// host's keyboard layout. +// host's keyboard layout (see http://crbug.com/74550 ). const int kUsVkeyToKeysym[256] = { // 0x00 - 0x07 -1, -1, -1, -1, |