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 4c82f22d6443c2c601b2b85965eba67809bf8613..9f5e3c18d90a25002ed9011f797d2f3b9628f85d 100644 |
--- a/content/browser/renderer_host/input/input_router_impl.cc |
+++ b/content/browser/renderer_host/input/input_router_impl.cc |
@@ -606,6 +606,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_) { |