Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(374)

Unified Diff: ui/android/view_android.h

Issue 2135493002: Support dragging texts out of webview/Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Workaround b/30148704 Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/android/java/src/org/chromium/ui/base/WindowAndroid.java ('k') | ui/android/view_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/view_android.h
diff --git a/ui/android/view_android.h b/ui/android/view_android.h
index 9ceee0a5e437a49eec647c6931faad42838450bd..ecbe0c7caa78448aab4ba7946c9f2b09505044ad 100644
--- a/ui/android/view_android.h
+++ b/ui/android/view_android.h
@@ -53,6 +53,9 @@ class UI_ANDROID_EXPORT ViewAndroid {
void AddChild(ViewAndroid* child);
void RemoveChild(ViewAndroid* child);
+ void StartDragAndDrop(const base::android::JavaRef<jstring>& jtext,
+ const base::android::JavaRef<jobject>& jimage);
+
private:
ViewAndroid* parent_;
std::list<ViewAndroid*> children_;
« no previous file with comments | « ui/android/java/src/org/chromium/ui/base/WindowAndroid.java ('k') | ui/android/view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698