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 0ac6d75e92cf8146229ea94d067d01240e4fa2da..3559516690f1a2abdff539f50ed17e036a819f8d 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -145,6 +145,14 @@ class ContentViewCoreImpl : public ContentViewCore, |
jfloat vy, |
jboolean target_viewport); |
void FlingCancel(JNIEnv* env, jobject obj, jlong time_ms); |
+ void SmoothScrollStart(JNIEnv* env, |
+ jobject obj, |
+ jlong time_ms, |
+ float start_x, |
+ float start_y, |
+ float dx, |
+ float dy, |
+ jlong duration_ms); |
void SingleTap(JNIEnv* env, jobject obj, jlong time_ms, |
jfloat x, jfloat y); |
void DoubleTap(JNIEnv* env, jobject obj, jlong time_ms, |