| Index: ui/android/view_android.h
|
| diff --git a/ui/android/view_android.h b/ui/android/view_android.h
|
| index 5b8d81afaf6108ee7a59613f75dca181864e84c4..d15a16de762efe3f18ae6c034c0ec206057b3c8c 100644
|
| --- a/ui/android/view_android.h
|
| +++ b/ui/android/view_android.h
|
| @@ -75,7 +75,7 @@ class UI_ANDROID_EXPORT ViewAndroid {
|
| // Detaches this view from its parent.
|
| void RemoveFromParent();
|
|
|
| - void StartDragAndDrop(const base::android::JavaRef<jstring>& jtext,
|
| + bool StartDragAndDrop(const base::android::JavaRef<jstring>& jtext,
|
| const base::android::JavaRef<jobject>& jimage);
|
|
|
| ScopedAnchorView AcquireAnchorView();
|
|
|