| 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 3a445e8517b26243964c70caaf55ef7544472eef..f47d7328b5bc11a1be21c1a5d7cdfc6e16f4eac0 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -282,6 +282,12 @@ 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<jobjectArray>& j_mimeTypes,
|
| + const base::android::JavaParamRef<jstring>& j_content);
|
|
|
| jint GetCurrentRenderProcessId(
|
| JNIEnv* env,
|
|
|