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

Unified Diff: content/browser/web_contents/web_contents_view_android.cc

Issue 2113183003: Support dragging texts into Chrome on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Intercept dragEvent and set TouchEventOffsets there Created 4 years, 6 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
Index: content/browser/web_contents/web_contents_view_android.cc
diff --git a/content/browser/web_contents/web_contents_view_android.cc b/content/browser/web_contents/web_contents_view_android.cc
index 77d2c5fe24e08fd72cee7a6f44dbc2c078a62661..8c326e0c0ca3be8771203bc8b9de5664003857de 100644
--- a/content/browser/web_contents/web_contents_view_android.cc
+++ b/content/browser/web_contents/web_contents_view_android.cc
@@ -198,7 +198,7 @@ void WebContentsViewAndroid::StartDragging(
}
void WebContentsViewAndroid::UpdateDragCursor(blink::WebDragOperation op) {
- NOTIMPLEMENTED();
+ // Intentional no-op because Android does not have cursor.
}
void WebContentsViewAndroid::OnDragEntered(

Powered by Google App Engine
This is Rietveld 408576698