| 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 ee5bd7aaf85003d1b3a7bec34464087adf787e2d..3a90ad757906dc30045b7399623712e14e961ba3 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -150,6 +150,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| jfloat ticks_x,
|
| jfloat ticks_y,
|
| jfloat pixels_per_tick);
|
| + void SimulateClick(JNIEnv* env,
|
| + const base::android::JavaParamRef<jobject>& obj);
|
| void ScrollBegin(JNIEnv* env,
|
| const base::android::JavaParamRef<jobject>& obj,
|
| jlong time_ms,
|
|
|