Index: ui/events/event_constants.h |
diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h |
index c3677ada7ada3b1294c8071dd94f1a93ebb4148d..4ade3c2b465bc3ed88fe97f0275a92288e74ca68 100644 |
--- a/ui/events/event_constants.h |
+++ b/ui/events/event_constants.h |
@@ -36,7 +36,7 @@ enum EventType { |
ET_GESTURE_TAP, |
ET_GESTURE_TAP_DOWN, |
ET_GESTURE_TAP_CANCEL, |
- ET_GESTURE_TAP_UNCONFIRMED, // User tapped, but the tap delay hasn't expired. |
+ ET_GESTURE_TAP_UNCONFIRMED, // User tapped, but the tap delay hasn't expired. |
ET_GESTURE_DOUBLE_TAP, |
ET_GESTURE_BEGIN, // The first event sent when each finger is pressed. |
ET_GESTURE_END, // Sent for each released finger. |
@@ -70,6 +70,9 @@ enum EventType { |
// to track with the UMA system. |
ET_UMA_DATA, |
+ // This is an X11 event. |
+ ET_X_RAW_EVENT, |
+ |
// Must always be last. User namespace starts above this value. |
// See ui::RegisterCustomEventType(). |
ET_LAST |