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, |