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

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

Issue 25022003: Report LatencyInfo through trace buffer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix compile error Created 7 years, 2 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/gesture_event_filter.h
diff --git a/content/browser/renderer_host/input/gesture_event_filter.h b/content/browser/renderer_host/input/gesture_event_filter.h
index 063260a0e88058d53cb604ca3c7e2c6ca8f6321c..832dba0605cfd5bf973f78bfaeca5e2c1da9de86 100644
--- a/content/browser/renderer_host/input/gesture_event_filter.h
+++ b/content/browser/renderer_host/input/gesture_event_filter.h
@@ -74,7 +74,8 @@ class CONTENT_EXPORT GestureEventFilter {
// with state |ack_result| and event |type|. May send events if the queue is
// not empty.
void ProcessGestureAck(InputEventAckState ack_result,
- WebKit::WebInputEvent::Type type);
+ WebKit::WebInputEvent::Type type,
+ const ui::LatencyInfo& latency);
// Sets the state of the |fling_in_progress_| field to indicate that a fling
// is definitely not in progress.

Powered by Google App Engine
This is Rietveld 408576698