Index: content/browser/renderer_host/input/input_router_impl.cc |
diff --git a/content/browser/renderer_host/input/input_router_impl.cc b/content/browser/renderer_host/input/input_router_impl.cc |
index 598e21747a928a468ffb9f3af15e7bbbcd347c06..c1d0220bdbb78c4ef9ee412914ce442bfb25a4c8 100644 |
--- a/content/browser/renderer_host/input/input_router_impl.cc |
+++ b/content/browser/renderer_host/input/input_router_impl.cc |
@@ -378,12 +378,6 @@ void InputRouterImpl::OfferToHandlers(const WebInputEvent& input_event, |
? InputEventDispatchType::DISPATCH_TYPE_BLOCKING |
: InputEventDispatchType::DISPATCH_TYPE_NON_BLOCKING); |
- if (WebInputEvent::isTouchEventType(input_event.type) && |
- input_event.type != WebInputEvent::TouchMove) { |
- const WebTouchEvent& touch = static_cast<const WebTouchEvent&>(input_event); |
- DCHECK_EQ(should_block, touch.cancelable); |
- } |
- |
// Generate a synthetic ack if the event was sent so it doesn't block. |
if (!should_block) { |
ProcessInputEventAck( |