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 f181dfa45c2f7db6da562f2a1c9e94d19ba248f2..2d6ba616ec1c11673ba7b476e375831b2d3afd58 100644 |
--- a/content/browser/renderer_host/ime_adapter_android.h |
+++ b/content/browser/renderer_host/ime_adapter_android.h |
@@ -49,7 +49,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 relative_cursor_pos); |
void FinishComposingText(JNIEnv* env, |
const base::android::JavaParamRef<jobject>&); |
void AttachImeAdapter( |