| 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 d7bad7871727a834db530d93cb5acb8e061d02f1..66d1e915bd2fadef5a3f151d370d0277f6261901 100644
|
| --- a/services/ui/ws/window_manager_state.cc
|
| +++ b/services/ui/ws/window_manager_state.cc
|
| @@ -184,7 +184,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 =
|
|
|