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

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: 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..72d4f8d4583e02b2d281c2da2f659c968d0e8b02 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(InputEventAckLocation location) 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