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

Unified Diff: content/browser/renderer_host/input/mock_input_router_client.h

Issue 1911963005: Fix reporting of TouchToFirstScroll latency metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a few nits 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/mock_input_router_client.h
diff --git a/content/browser/renderer_host/input/mock_input_router_client.h b/content/browser/renderer_host/input/mock_input_router_client.h
index 7a67e5f4fc5794b715116b0d90cbe2176af7414a..5d98228839dcb1fa999591db732abd07205a2c55 100644
--- a/content/browser/renderer_host/input/mock_input_router_client.h
+++ b/content/browser/renderer_host/input/mock_input_router_client.h
@@ -32,8 +32,9 @@ class MockInputRouterClient : public InputRouterClient {
void DidFlush() override;
void DidOverscroll(const DidOverscrollParams& params) override;
void DidStopFlinging() override;
- void ForwardGestureEvent(
- const blink::WebGestureEvent& gesture_event) override;
+ void ForwardGestureEventWithLatencyInfo(
+ const blink::WebGestureEvent& gesture_event,
+ const ui::LatencyInfo& latency_info) override;
bool GetAndResetFilterEventCalled();
size_t GetAndResetDidFlushCount();

Powered by Google App Engine
This is Rietveld 408576698