Index: ui/events/ozone/evdev/touch_evdev_types.h |
diff --git a/ui/events/ozone/evdev/touch_evdev_types.h b/ui/events/ozone/evdev/touch_evdev_types.h |
index d49c406f82125caa3f86645308295dd9279d4979..08b972fecb1245fe61c9bde6c549908c6dee1676 100644 |
--- a/ui/events/ozone/evdev/touch_evdev_types.h |
+++ b/ui/events/ozone/evdev/touch_evdev_types.h |
@@ -29,6 +29,10 @@ struct EVENTS_OZONE_EVDEV_EXPORT InProgressTouchEvdev { |
// new touch is initiated. |
bool cancelled = false; |
+ // Whether the touch was identified as a palm, should result in cancelation |
+ // of touch. |
+ bool is_palm = false; |
+ |
bool was_touching = false; |
bool touching = false; |
float x = 0; |