Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(700)

Unified Diff: content/browser/renderer_host/input/input_router_impl.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 40fc18b75cde33de01445f7eb5bf5b9efa8c0893..32bd4c10cf4c510e7be25977b7a9f8906b7fda7c 100644
--- a/content/browser/renderer_host/input/input_router_impl.cc
+++ b/content/browser/renderer_host/input/input_router_impl.cc
@@ -438,7 +438,7 @@ bool InputRouterImpl::OfferToRenderer(const WebInputEvent& input_event,
}
void InputRouterImpl::OnInputEventAck(const InputEventAck& ack) {
- client_->DecrementInFlightEventCount();
+ client_->DecrementInFlightEventCount(ack.source);
if (ack.overscroll) {
DCHECK(ack.type == WebInputEvent::MouseWheel ||

Powered by Google App Engine
This is Rietveld 408576698