| 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 a9fc821e4441b9c384e6220d74f8643dedc36548..4171e89cb9197b23cbf1b6600eb877ce0052d7e0 100644
|
| --- a/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| @@ -139,7 +139,7 @@ WebInputEventResult GestureManager::handleGestureTap(
|
| uint64_t preDispatchDomTreeVersion = m_frame->document()->domTreeVersion();
|
| uint64_t preDispatchStyleVersion = m_frame->document()->styleVersion();
|
|
|
| - UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture);
|
| + UserGestureIndicator gestureIndicator(UserGestureToken::create());
|
|
|
| HitTestResult currentHitTest = targetedEvent.hitTestResult();
|
|
|
|
|