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

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

Issue 2482453002: Don't restart the hang renderer timeout on messages ack'd from the compositor thread. (Closed)
Patch Set: Fix comments 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_perftest.cc
diff --git a/content/browser/renderer_host/input/input_router_impl_perftest.cc b/content/browser/renderer_host/input/input_router_impl_perftest.cc
index da3a03bbc4db3540bdd0917a3868eecf00f120c7..42b660b69eee4c388e390515b7258156bdb3e65c 100644
--- a/content/browser/renderer_host/input/input_router_impl_perftest.cc
+++ b/content/browser/renderer_host/input/input_router_impl_perftest.cc
@@ -85,7 +85,7 @@ class NullInputRouterClient : public InputRouterClient {
}
void IncrementInFlightEventCount(
blink::WebInputEvent::Type event_type) override {}
- void DecrementInFlightEventCount() override {}
+ void DecrementInFlightEventCount(InputEventAckSource ack_source) override {}
void OnHasTouchEventHandlers(bool has_handlers) override {}
void DidFlush() override {}
void DidOverscroll(const ui::DidOverscrollParams& params) override {}

Powered by Google App Engine
This is Rietveld 408576698