| 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 a3c76e6eb62dc9d204bd8d466d57aa8f5d0ee789..561b4d8e1daf88ed7a9c7bf4cd446b393b3e9749 100644
|
| --- a/third_party/WebKit/Source/core/input/MouseEventManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/MouseEventManager.cpp
|
| @@ -101,6 +101,7 @@ void MouseEventManager::clear() {
|
| m_svgPan = false;
|
| m_dragStartPos = LayoutPoint();
|
| m_fakeMouseMoveEventTimer.stop();
|
| + resetDragState();
|
| }
|
|
|
| MouseEventManager::~MouseEventManager() = default;
|
|
|