| 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 a291e0e17c3b8bbe7f924d7901089f724cd547f6..ce5f660f7a495338b71f24d1645033d3a9d264ac 100644
|
| --- a/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| @@ -188,8 +188,7 @@ WebInputEventResult GestureManager::HandleGestureTap(
|
| IntPoint tapped_position =
|
| FlooredIntPoint(gesture_event.PositionInRootFrame());
|
| Node* tapped_node = current_hit_test.InnerNode();
|
| - Element* tapped_element =
|
| - EventHandlingUtil::ParentElementIfNeeded(tapped_node);
|
| + Element* tapped_element = current_hit_test.InnerElement();
|
| UserGestureIndicator gesture_indicator(DocumentUserGestureToken::Create(
|
| tapped_node ? &tapped_node->GetDocument() : nullptr));
|
|
|
|
|