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

Unified Diff: services/ui/ws/drag_controller.cc

Issue 2764963003: aura-mus: add a drag representation image. (Closed)
Patch Set: Patch cleanup. Created 3 years, 9 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: services/ui/ws/drag_controller.cc
diff --git a/services/ui/ws/drag_controller.cc b/services/ui/ws/drag_controller.cc
index eec033c2c89aef064be1b91a8f5015a15aeae94f..bb8557ff9817c20d1200e9f0141e55c19ba5f024 100644
--- a/services/ui/ws/drag_controller.cc
+++ b/services/ui/ws/drag_controller.cc
@@ -107,6 +107,8 @@ bool DragController::DispatchPointerEvent(const ui::PointerEvent& event,
EnsureWindowObserved(current_target);
}
+ source_->OnDragContinued(screen_position);
+
if (current_target && current_target == current_target_window_ &&
event.type() != ET_POINTER_UP) {
QueueOperation(current_target, OperationType::OVER, event_flags,

Powered by Google App Engine
This is Rietveld 408576698