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

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

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_unittest.cc
diff --git a/content/browser/renderer_host/input/gesture_event_filter_unittest.cc b/content/browser/renderer_host/input/gesture_event_filter_unittest.cc
index 87a29d30dffa1dca5c89a1bda9a07ffa86e184a2..1c209baba9c14fadee244ded0e90379ceaefbd72 100644
--- a/content/browser/renderer_host/input/gesture_event_filter_unittest.cc
+++ b/content/browser/renderer_host/input/gesture_event_filter_unittest.cc
@@ -103,7 +103,7 @@ class GestureEventFilterTest : public testing::Test,
void SendInputEventACK(WebInputEvent::Type type,
InputEventAckState ack) {
- filter()->ProcessGestureAck(ack, type);
+ filter()->ProcessGestureAck(ack, type, ui::LatencyInfo());
}
void RunUntilIdle() {

Powered by Google App Engine
This is Rietveld 408576698