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

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

Issue 999423003: Set the unique_event_id when converting from TouchEvent to WebTouchEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/touch_event_queue_unittest.cc
diff --git a/content/browser/renderer_host/input/touch_event_queue_unittest.cc b/content/browser/renderer_host/input/touch_event_queue_unittest.cc
index 398dfb79eddc35666572087380e74238a543775f..da25b7b47b3eefe1ccbb6efa4b28c234d4ca2932 100644
--- a/content/browser/renderer_host/input/touch_event_queue_unittest.cc
+++ b/content/browser/renderer_host/input/touch_event_queue_unittest.cc
@@ -115,7 +115,8 @@ class TouchEventQueueTest : public testing::Test,
}
void SendTouchEventAck(InputEventAckState ack_result) {
- queue_->ProcessTouchAck(ack_result, ui::LatencyInfo());
+ queue_->ProcessTouchAck(ack_result, ui::LatencyInfo(),
+ touch_event_.uniqueTouchEventId);
}
void SendGestureEventAck(WebInputEvent::Type type,

Powered by Google App Engine
This is Rietveld 408576698