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

Unified Diff: content/browser/renderer_host/input/touch_event_queue.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.cc
diff --git a/content/browser/renderer_host/input/touch_event_queue.cc b/content/browser/renderer_host/input/touch_event_queue.cc
index b766b3d1b51530ec4b49d9685cde78ebb302b525..5d2ca2124a4ad3c1c26899f3da9daf09c73cffdd 100644
--- a/content/browser/renderer_host/input/touch_event_queue.cc
+++ b/content/browser/renderer_host/input/touch_event_queue.cc
@@ -420,7 +420,8 @@ void TouchEventQueue::QueueEvent(const TouchEventWithLatencyInfo& event) {
}
void TouchEventQueue::ProcessTouchAck(InputEventAckState ack_result,
- const LatencyInfo& latency_info) {
+ const LatencyInfo& latency_info,
+ uint64 unique_touch_event_id) {
TRACE_EVENT0("input", "TouchEventQueue::ProcessTouchAck");
DCHECK(!dispatching_touch_ack_);

Powered by Google App Engine
This is Rietveld 408576698