Chromium Code Reviews| Index: Source/core/page/EventHandler.cpp |
| diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp |
| index 9a339bd89785e8814b5d0b6361fd02a41df373d4..3c2eabd3aff6732525fe098936b2173a6b22600f 100644 |
| --- a/Source/core/page/EventHandler.cpp |
| +++ b/Source/core/page/EventHandler.cpp |
| @@ -2410,6 +2410,7 @@ bool EventHandler::handleGestureLongPress(const PlatformGestureEvent& gestureEve |
| m_didStartDrag = false; |
| m_mouseDownMayStartDrag = true; |
| dragState().m_dragSrc = 0; |
| + m_mouseDown = mouseDragEvent; |
|
varunjain
2013/05/17 16:43:51
I think this change is correct. But I am a little
Hongbo Min
2013/05/20 01:47:15
I don't rename m_mouseDown field since it just rec
|
| m_mouseDownPos = m_frame->view()->windowToContents(mouseDragEvent.position()); |
| handleDrag(mev, DontCheckDragHysteresis); |
| if (m_didStartDrag) { |