| Index: remoting/client/jni/chromoting_jni_instance.h
|
| diff --git a/remoting/client/jni/chromoting_jni_instance.h b/remoting/client/jni/chromoting_jni_instance.h
|
| index 5511feff36943f359b63c7402b5b27fd269f2386..c5429225b05c64a4fa21b457cc96a6c657d56c71 100644
|
| --- a/remoting/client/jni/chromoting_jni_instance.h
|
| +++ b/remoting/client/jni/chromoting_jni_instance.h
|
| @@ -83,7 +83,7 @@ class ChromotingJniInstance
|
| void SendMouseWheelEvent(int delta_x, int delta_y);
|
|
|
| // Sends the provided keyboard scan code to the host.
|
| - bool SendKeyEvent(int key_code, bool key_down);
|
| + bool SendKeyEvent(int scan_code, int key_code, bool key_down);
|
|
|
| void SendTextEvent(const std::string& text);
|
|
|
|
|