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

Unified Diff: content/browser/renderer_host/ime_adapter_android.h

Issue 426063002: Fix keycode problems for modified keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed style issues Created 6 years, 4 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
Index: content/browser/renderer_host/ime_adapter_android.h
diff --git a/content/browser/renderer_host/ime_adapter_android.h b/content/browser/renderer_host/ime_adapter_android.h
index a23696da37d83eb699b2f034fbd048683cec7c36..1621811f02ca365b4ebdc79b9302b5afc66e170e 100644
--- a/content/browser/renderer_host/ime_adapter_android.h
+++ b/content/browser/renderer_host/ime_adapter_android.h
@@ -41,6 +41,7 @@ class ImeAdapterAndroid {
int event_type,
long timestamp_ms,
int native_key_code,
+ int modifiers,
int unicode_char);
void SetComposingText(JNIEnv*,
jobject obj,

Powered by Google App Engine
This is Rietveld 408576698