| Index: third_party/WebKit/Source/core/input/GestureManager.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/GestureManager.cpp b/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| index 4151b5b0ab23efe7aa8ce94feb70f1e07093ab50..3912e9c2f7f9e248d5ad1adaa71084747b979be5 100644
|
| --- a/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| @@ -71,6 +71,7 @@ HitTestRequest::HitTestRequestType GestureManager::getHitTypeForGestureType(
|
| WebInputEventResult GestureManager::handleGestureEventInFrame(
|
| const GestureEventWithHitTestResults& targetedEvent) {
|
| DCHECK(!targetedEvent.event().isScrollEvent());
|
| + m_frame->document()->setHasReceivedUserGesture();
|
|
|
| Node* eventTarget = targetedEvent.hitTestResult().innerNode();
|
| const PlatformGestureEvent& gestureEvent = targetedEvent.event();
|
|
|