| Index: remoting/host/event_executor_linux.cc
|
| diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc
|
| index 0cc6cf91357c20d401c1b581860fbc5ad879851c..e668b16a9ab76ed2bd19d03ebc7179b0b3c0a736 100644
|
| --- a/remoting/host/event_executor_linux.cc
|
| +++ b/remoting/host/event_executor_linux.cc
|
| @@ -215,7 +215,7 @@ void EventExecutorLinux::Core::InjectKeyEvent(const KeyEvent& event) {
|
| << " to keycode: " << keycode << std::dec;
|
|
|
| // Ignore events which can't be mapped.
|
| - if (keycode == kInvalidKeycode)
|
| + if (keycode == InvalidNativeKeycode())
|
| return;
|
|
|
| if (event.pressed()) {
|
|
|