Index: content/browser/renderer_host/input/touch_event_queue.cc |
diff --git a/content/browser/renderer_host/input/touch_event_queue.cc b/content/browser/renderer_host/input/touch_event_queue.cc |
index e2ead0b7c3786c29eeb86f0894dcfc9f03e8c4ed..d98655a1668f58f6aea392e15ad41341997c943d 100644 |
--- a/content/browser/renderer_host/input/touch_event_queue.cc |
+++ b/content/browser/renderer_host/input/touch_event_queue.cc |
@@ -626,7 +626,6 @@ void TouchEventQueue::OnHasTouchEventHandlers(bool has_handlers) { |
if (touch_filtering_state_ == DROP_ALL_TOUCHES) { |
// If no touch handler was previously registered, ensure that we don't |
// send a partial touch sequence to the renderer. |
- DCHECK(touch_queue_.empty()); |
touch_filtering_state_ = DROP_TOUCHES_IN_SEQUENCE; |
} |
} else { |