Index: content/browser/web_contents/web_contents_android.h |
diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h |
index 9d5de59227967a6f69938f061c49028f76444368..5ad8ffe433f5c7956775895eed4c2e80a44b0e19 100644 |
--- a/content/browser/web_contents/web_contents_android.h |
+++ b/content/browser/web_contents/web_contents_android.h |
@@ -77,7 +77,10 @@ class CONTENT_EXPORT WebContentsAndroid |
void ShowImeIfNeeded(JNIEnv* env, jobject obj); |
void ScrollFocusedEditableNodeIntoView(JNIEnv* env, jobject obj); |
void SelectWordAroundCaret(JNIEnv* env, jobject obj); |
- |
+ void AdjustSelectionByCharacterOffset(JNIEnv* env, |
+ jobject obj, |
+ jint start_adjust, |
+ jint end_adjust); |
void InsertCSS(JNIEnv* env, jobject jobj, jstring jcss); |
void EvaluateJavaScript(JNIEnv* env, |
jobject obj, |