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 4f12318d88079bbeed1709666ec80a3e8500dcd2..fc38056c347f62dc78f0f646725f39c41e306fac 100644 |
--- a/content/browser/renderer_host/input/input_router_impl.cc |
+++ b/content/browser/renderer_host/input/input_router_impl.cc |
@@ -610,6 +610,7 @@ void InputRouterImpl::ProcessMouseAck(blink::WebInputEvent::Type type, |
if (type != WebInputEvent::MouseMove) |
return; |
+ DCHECK(mouse_move_pending_); |
mouse_move_pending_ = false; |
if (next_mouse_move_) { |