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

Unified Diff: ui/events/ozone/evdev/device_event_dispatcher_evdev.h

Issue 991533002: Port Chromium OS touch noise filtering to Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/ozone/evdev/device_event_dispatcher_evdev.h
diff --git a/ui/events/ozone/evdev/device_event_dispatcher_evdev.h b/ui/events/ozone/evdev/device_event_dispatcher_evdev.h
index a7dddce1d8ee494e129e477cd8183ddba88d9b9a..31ca8f234b42e2f071cc59fec5c02810bfaa8747 100644
--- a/ui/events/ozone/evdev/device_event_dispatcher_evdev.h
+++ b/ui/events/ozone/evdev/device_event_dispatcher_evdev.h
@@ -100,6 +100,7 @@ struct EVENTS_OZONE_EVDEV_EXPORT ScrollEventParams {
struct EVENTS_OZONE_EVDEV_EXPORT TouchEventParams {
TouchEventParams(int device_id,
int touch_id,
+ int tracking_id,
EventType type,
const gfx::PointF& location,
const gfx::Vector2dF& radii,
@@ -110,6 +111,7 @@ struct EVENTS_OZONE_EVDEV_EXPORT TouchEventParams {
int device_id;
int touch_id;
+ int tracking_id;
EventType type;
gfx::PointF location;
gfx::Vector2dF radii;

Powered by Google App Engine
This is Rietveld 408576698