| 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 aab7ecafbd0a15b6bac63a572ac2387791c065a1..8b91c792b428b4866a563d02b6622546bf67b255 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -278,6 +278,11 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| void SetBackgroundOpaque(JNIEnv* env,
|
| const base::android::JavaParamRef<jobject>& jobj,
|
| jboolean opaque);
|
| + void OnDragEvent(JNIEnv* env,
|
| + const base::android::JavaParamRef<jobject>& jobj,
|
| + int action,
|
| + const base::android::JavaParamRef<jintArray>& j_locations,
|
| + const base::android::JavaParamRef<jstring>& content);
|
|
|
| jint GetCurrentRenderProcessId(
|
| JNIEnv* env,
|
|
|