| Index: third_party/WebKit/Source/core/input/EventHandler.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.cpp b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| index 082ed28ad7608107307401a1e2471f1274d199e3..d7da483857d1a34a2d338638b26b3c51f7fef499 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| @@ -816,7 +816,7 @@ WebInputEventResult EventHandler::handleMouseMoveOrLeaveEvent(
|
|
|
| // Treat any mouse move events as readonly if the user is currently touching
|
| // the screen.
|
| - if (m_pointerEventManager->isAnyTouchActive())
|
| + if (m_pointerEventManager->isAnyTouchActive() && !forceLeave)
|
| hitType |= HitTestRequest::Active | HitTestRequest::ReadOnly;
|
| HitTestRequest request(hitType);
|
| MouseEventWithHitTestResults mev = MouseEventWithHitTestResults(
|
|
|