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 56e71b872d99eb8fe7f0315c8149739e2b4e8c96..6b61edf05e003585bdad415aa008f96aaf652ae3 100644 |
--- a/content/browser/web_contents/web_contents_android.h |
+++ b/content/browser/web_contents/web_contents_android.h |
@@ -76,6 +76,11 @@ class CONTENT_EXPORT WebContentsAndroid |
bool animate); |
void ShowImeIfNeeded(JNIEnv* env, jobject obj); |
void ScrollFocusedEditableNodeIntoView(JNIEnv* env, jobject obj); |
+ void SmoothScroll(JNIEnv* env, |
+ jobject obj, |
+ jint target_x, |
+ jint target_y, |
+ jlong duration_ms); |
void SelectWordAroundCaret(JNIEnv* env, jobject obj); |
void AdjustSelectionByCharacterOffset(JNIEnv* env, |
jobject obj, |