Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3557)

Unified Diff: remoting/client/jni/chromoting_jni_instance.h

Issue 21236002: Chromoting Android app mouse/keyboard bugfixes and enhancements (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One last (TODO) comment change Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/client/jni/android_keymap.cc ('k') | remoting/client/jni/chromoting_jni_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « remoting/client/jni/android_keymap.cc ('k') | remoting/client/jni/chromoting_jni_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698