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

Unified Diff: ui/android/view_client.cc

Issue 2896993002: Route OnDragEvent through ViewAndroid tree (Closed)
Patch Set: +ui/base Created 3 years, 7 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/view_client.h ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/view_client.cc
diff --git a/ui/android/view_client.cc b/ui/android/view_client.cc
index c47bbb1f3619756f4f7edf299d21e5eaa14e5294..2fc2532f521a5a54aad824ddfadf7d9a106ae347 100644
--- a/ui/android/view_client.cc
+++ b/ui/android/view_client.cc
@@ -19,6 +19,10 @@ bool ViewClient::OnMouseWheelEvent(const MotionEventAndroid& event) {
return false;
}
+bool ViewClient::OnDragEvent(const DragEventAndroid& event) {
+ return false;
+}
+
void ViewClient::OnPhysicalBackingSizeChanged() {}
} // namespace ui
« no previous file with comments | « ui/android/view_client.h ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698