| 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 5961df0856725ea312feeb072b36ced08171d803..3cb84964b0771544ec4e3c7f6fa394ace4590f06 100644
|
| --- a/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| @@ -301,6 +301,7 @@ WebInputEventResult GestureManager::HandleGestureTap(
|
| tapped_position_in_viewport, tapped_node,
|
| dom_tree_changed || style_changed);
|
| }
|
| +
|
| return event_result;
|
| }
|
|
|
| @@ -333,7 +334,6 @@ WebInputEventResult GestureManager::HandleGestureLongPress(
|
| if (inner_node && inner_node->GetLayoutObject() &&
|
| selection_controller_->HandleGestureLongPress(hit_test_result)) {
|
| mouse_event_manager_->FocusDocumentView();
|
| - return WebInputEventResult::kHandledSystem;
|
| }
|
|
|
| return SendContextMenuEventForGesture(targeted_event);
|
|
|