| 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 ea88d543080254c4a2956a1072cb1cf3d1c8afaa..08610429e427408354f0986ecbf97d7074772e03 100644
|
| --- a/content/browser/renderer_host/ime_adapter_android.h
|
| +++ b/content/browser/renderer_host/ime_adapter_android.h
|
| @@ -59,7 +59,8 @@ class ImeAdapterAndroid {
|
| int new_cursor_pos);
|
| void CommitText(JNIEnv*,
|
| const base::android::JavaParamRef<jobject>&,
|
| - const base::android::JavaParamRef<jstring>& text_str);
|
| + const base::android::JavaParamRef<jstring>& text_str,
|
| + int new_cursor_pos = 1);
|
| void FinishComposingText(JNIEnv* env,
|
| const base::android::JavaParamRef<jobject>&);
|
| void AttachImeAdapter(
|
|
|