| 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 9fb1516c0620dde9e6756353a4f72a3e0467b678..d6c7dbc5e1f381dca801b9e84c3f4279faba082f 100644
|
| --- a/remoting/client/jni/chromoting_jni_instance.h
|
| +++ b/remoting/client/jni/chromoting_jni_instance.h
|
| @@ -62,10 +62,10 @@ class ChromotingJniInstance
|
| void PerformMouseAction(int x,
|
| int y,
|
| protocol::MouseEvent_MouseButton button,
|
| - bool buttonDown);
|
| + bool button_down);
|
|
|
| // Sends the provided keyboard scan code to the host.
|
| - void PerformKeyboardAction(int keyCode, bool keyDown);
|
| + void PerformKeyboardAction(int key_code, bool key_down);
|
|
|
| // ClientUserInterface implementation.
|
| virtual void OnConnectionState(
|
|
|