| Index: ui/base/events/event_constants.h
|
| diff --git a/ui/base/events/event_constants.h b/ui/base/events/event_constants.h
|
| index 91d0be5ce99c371058aa330dbd511733699a75d2..43a0e9041ea9bfc478caf068a86b693111d39fad 100644
|
| --- a/ui/base/events/event_constants.h
|
| +++ b/ui/base/events/event_constants.h
|
| @@ -105,6 +105,15 @@ enum EventResult {
|
| // propagated to other handlers.
|
| };
|
|
|
| +// Phase of the event dispatch.
|
| +enum EventPhase {
|
| + EP_PREDISPATCH,
|
| + EP_PRETARGET,
|
| + EP_TARGET,
|
| + EP_POSTTARGET,
|
| + EP_POSTDISPATCH
|
| +};
|
| +
|
| enum TouchStatus {
|
| TOUCH_STATUS_UNKNOWN = 0, // Unknown touch status. This is used to indicate
|
| // that the touch event was not handled.
|
|
|