Index: content/browser/android/content_view_core_impl.cc |
diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc |
index cd11919c08046bdcd954a25d846a028fa2a2f4d2..6c0fca0b55ad128fd39671c023086c843f3ea09c 100644 |
--- a/content/browser/android/content_view_core_impl.cc |
+++ b/content/browser/android/content_view_core_impl.cc |
@@ -147,7 +147,6 @@ int ToGestureEventType(WebInputEvent::Type type) { |
case WebInputEvent::GesturePinchUpdate: |
return GESTURE_EVENT_TYPE_PINCH_BY; |
case WebInputEvent::GestureTwoFingerTap: |
- case WebInputEvent::GestureScrollUpdateWithoutPropagation: |
default: |
NOTREACHED() << "Invalid source gesture type: " |
<< WebInputEventTraits::GetName(type); |