Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index 308703b5acc1b57b0ff9d07b7e0651f6f940ca7b..232fa444d4cb4523c5afd78b02cb920d31837fe4 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -143,6 +143,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
void SelectBetweenCoordinates(JNIEnv* env, jobject obj, |
jint x1, jint y1, |
jint x2, jint y2); |
+ void MoveCaret(JNIEnv* env, jobject obj, jint x, jint y); |
jboolean CanGoBack(JNIEnv* env, jobject obj); |
jboolean CanGoForward(JNIEnv* env, jobject obj); |