| Index: services/ui/ws/drag_controller.cc
|
| diff --git a/services/ui/ws/drag_controller.cc b/services/ui/ws/drag_controller.cc
|
| index 3e63b4e67fe7573f8a780ea84f9967b948695aee..ba891a3a235cba3d41da712d617f0e3638c110e8 100644
|
| --- a/services/ui/ws/drag_controller.cc
|
| +++ b/services/ui/ws/drag_controller.cc
|
| @@ -211,7 +211,7 @@ void DragController::EnsureWindowObserved(ServerWindow* window) {
|
| void DragController::QueueOperation(ServerWindow* window,
|
| OperationType type,
|
| uint32_t event_flags,
|
| - gfx::Point screen_position) {
|
| + const gfx::Point& screen_position) {
|
| // If this window doesn't have the mime data, send it.
|
| DragTargetConnection* connection = source_->GetDragTargetForWindow(window);
|
| if (connection != source_connection_ &&
|
|
|