| Index: ui/events/event_constants.h
|
| diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h
|
| index c3677ada7ada3b1294c8071dd94f1a93ebb4148d..2a7dfc1968af7c038cda521b0d6b51f0a2e98d57 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.
|
|
|