| Index: remoting/host/event_executor_mac.cc
|
| diff --git a/remoting/host/event_executor_mac.cc b/remoting/host/event_executor_mac.cc
|
| index 2c778c4f91e76b97894d46b0d97f58ad56227445..bdd60346e2ed89191dbf38747444fc3becee9e63 100644
|
| --- a/remoting/host/event_executor_mac.cc
|
| +++ b/remoting/host/event_executor_mac.cc
|
| @@ -161,7 +161,7 @@ void EventExecutorMac::Core::InjectKeyEvent(const KeyEvent& event) {
|
| << " to keycode: " << keycode << std::dec;
|
|
|
| // If we couldn't determine the Mac virtual key code then ignore the event.
|
| - if (keycode == kInvalidKeycode)
|
| + if (keycode == InvalidNativeKeycode())
|
| return;
|
|
|
| // We use the deprecated event injection API because the new one doesn't
|
|
|