| Index: remoting/host/event_executor_win.cc
|
| diff --git a/remoting/host/event_executor_win.cc b/remoting/host/event_executor_win.cc
|
| index 66e6059180bf1bf6d642905e124c2bc2e6065159..02e0f4c10624e96e1dc740fd29050507a998425e 100644
|
| --- a/remoting/host/event_executor_win.cc
|
| +++ b/remoting/host/event_executor_win.cc
|
| @@ -197,7 +197,7 @@ void EventExecutorWin::Core::HandleKey(const KeyEvent& event) {
|
| << " to scancode: " << scancode << std::dec;
|
|
|
| // Ignore events which can't be mapped.
|
| - if (scancode == kInvalidKeycode)
|
| + if (scancode == InvalidNativeKeycode())
|
| return;
|
|
|
| // Windows scancodes are only 8-bit, so store the low-order byte into the
|
|
|