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

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

Issue 1278593004: Introduce ThreadedInputConnection behind a switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed release test failures Created 4 years, 11 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 0830f27254dc336e38efc5d582a1958cbbd711ca..1e77214713614d67c4a9a2cd967bf83c86b67e37 100644
--- a/content/browser/renderer_host/ime_adapter_android.h
+++ b/content/browser/renderer_host/ime_adapter_android.h
@@ -75,6 +75,8 @@ class ImeAdapterAndroid {
int before,
int after);
void ResetImeAdapter(JNIEnv*, const base::android::JavaParamRef<jobject>&);
+ void RequestTextInputStateUpdate(JNIEnv*,
+ const base::android::JavaParamRef<jobject>&);
// Called from native -> java
void CancelComposition();

Powered by Google App Engine
This is Rietveld 408576698