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

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

Issue 2755453004: Fix android key event timestamps (Closed)
Patch Set: event_time -> time_ms Created 3 years, 9 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 | « no previous file | content/browser/renderer_host/ime_adapter_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 71ffef2a668cca615d2741a97aa8a6ff364f0034..72ab6d3ed3298b683e3aef302472a424f4de310f 100644
--- a/content/browser/renderer_host/ime_adapter_android.h
+++ b/content/browser/renderer_host/ime_adapter_android.h
@@ -43,7 +43,7 @@ class CONTENT_EXPORT ImeAdapterAndroid {
const base::android::JavaParamRef<jobject>& original_key_event,
int type,
int modifiers,
- long event_time,
+ jlong time_ms,
int key_code,
int scan_code,
bool is_system_key,
« no previous file with comments | « no previous file | content/browser/renderer_host/ime_adapter_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698