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 6f972e0ac7a10ea8099590360da1f48850a23175..019cfff07e528c551fb700096b3e48468762c34e 100644 |
--- a/content/browser/renderer_host/input/input_router_impl.cc |
+++ b/content/browser/renderer_host/input/input_router_impl.cc |
@@ -616,6 +616,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_) { |