| Index: third_party/WebKit/Source/core/input/MouseEventManager.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/MouseEventManager.cpp b/third_party/WebKit/Source/core/input/MouseEventManager.cpp
|
| index 5961dd0ce4de863dcfabd41b0a977cb0ac2355ce..547576bfcfdcb621c8255bb0b1b2028f38caf45c 100644
|
| --- a/third_party/WebKit/Source/core/input/MouseEventManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/MouseEventManager.cpp
|
| @@ -788,8 +788,10 @@ bool MouseEventManager::handleDrag(const MouseEventWithHitTestResults& event,
|
| m_frame->view()->setCursor(pointerCursor());
|
|
|
| if (initiator == DragInitiator::Mouse &&
|
| - !dragThresholdExceeded(event.event().position()))
|
| + !dragThresholdExceeded(event.event().position())) {
|
| + dragState().m_dragSrc = nullptr;
|
| return true;
|
| + }
|
|
|
| // Once we're past the drag threshold, we don't want to treat this gesture as
|
| // a click.
|
|
|