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

Unified Diff: ui/events/blink/blink_event_util.cc

Issue 2869823003: [VSync Queue] Plug touch ack to gesture events and flush vsync queue if necessary (Closed)
Patch Set: Fix MSAN Use-of-uninitialized-value: Initialize GestureEventDetails Created 3 years, 6 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: ui/events/blink/blink_event_util.cc
diff --git a/ui/events/blink/blink_event_util.cc b/ui/events/blink/blink_event_util.cc
index 7dfbe2912ecc587df6f6949babb5096d4911ac07..ad6e31ae73d756d5d2abc73adc170863ccc97100 100644
--- a/ui/events/blink/blink_event_util.cc
+++ b/ui/events/blink/blink_event_util.cc
@@ -627,6 +627,9 @@ WebGestureEvent CreateWebGestureEvent(const GestureEventDetails& details,
break;
}
+ gesture.is_source_touch_event_set_non_blocking =
+ details.is_source_touch_event_set_non_blocking();
chongz 2017/06/19 20:24:39 Remove this code Will fix the issue.
+
gesture.unique_touch_event_id = unique_touch_event_id;
switch (details.type()) {

Powered by Google App Engine
This is Rietveld 408576698