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

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

Issue 1922903002: Fix reporting of TouchToFirstScroll latency metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 8 months 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 5860ca85d46f004ce9930a843f63660ef2fc04af..90af47fa71194029f811bbbfe3e9d78eaa264137 100644
--- a/content/browser/renderer_host/input/input_router_impl_perftest.cc
+++ b/content/browser/renderer_host/input/input_router_impl_perftest.cc
@@ -87,7 +87,9 @@ class NullInputRouterClient : public InputRouterClient {
void DidFlush() override {}
void DidOverscroll(const DidOverscrollParams& params) override {}
void DidStopFlinging() override {}
- void ForwardGestureEvent(const blink::WebGestureEvent& event) override {}
+ void ForwardGestureEventWithLatencyInfo(
+ const blink::WebGestureEvent& event,
+ const ui::LatencyInfo& latency_info) override {}
};
class NullIPCSender : public IPC::Sender {

Powered by Google App Engine
This is Rietveld 408576698