| Index: services/ui/ws/window_manager_state.cc
|
| diff --git a/services/ui/ws/window_manager_state.cc b/services/ui/ws/window_manager_state.cc
|
| index 3229b818469b09f540804c1f5c79c8cd432dc22a..f33521f0727c2e77a1ea9233afe62b8d9858a054 100644
|
| --- a/services/ui/ws/window_manager_state.cc
|
| +++ b/services/ui/ws/window_manager_state.cc
|
| @@ -182,7 +182,7 @@ void WindowManagerState::SetDragDropSourceWindow(
|
| DragTargetConnection* source_connection,
|
| const std::unordered_map<std::string, std::vector<uint8_t>>& drag_data,
|
| uint32_t drag_operation) {
|
| - int32_t drag_pointer = PointerEvent::kMousePointerId;
|
| + int32_t drag_pointer = MouseEvent::kMousePointerId;
|
| if (in_flight_event_details_ &&
|
| in_flight_event_details_->event->IsPointerEvent()) {
|
| drag_pointer =
|
|
|