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

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: Created 5 years, 3 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 f6b57fdbfed01b6c187a7b37730de9704b82f69b..bbdba17d238942840a62b2201134e89773d3604c 100644
--- a/content/browser/renderer_host/ime_adapter_android.h
+++ b/content/browser/renderer_host/ime_adapter_android.h
@@ -55,6 +55,7 @@ class ImeAdapterAndroid {
void SetEditableSelectionOffsets(JNIEnv*, jobject, int start, int end);
void SetComposingRegion(JNIEnv*, jobject, int start, int end);
void DeleteSurroundingText(JNIEnv*, jobject, int before, int after);
+ void RequestTextInputStateUpdate(JNIEnv*, jobject);
void ResetImeAdapter(JNIEnv*, jobject);
// Called from native -> java

Powered by Google App Engine
This is Rietveld 408576698