Chromium Code Reviews| Index: ui/events/gesture_detection/motion_event.h |
| diff --git a/ui/events/gesture_detection/motion_event.h b/ui/events/gesture_detection/motion_event.h |
| index 9047d1a927a51666244a5b06937a53b7583025f4..11f6476027b4d80658deb54400baa235dc29284a 100644 |
| --- a/ui/events/gesture_detection/motion_event.h |
| +++ b/ui/events/gesture_detection/motion_event.h |
| @@ -27,6 +27,11 @@ class GESTURE_DETECTION_EXPORT MotionEvent { |
| ACTION_CANCEL, |
| ACTION_POINTER_DOWN, |
| ACTION_POINTER_UP, |
| + ACTION_HOVER_ENTER, |
| + ACTION_HOVER_EXIT, |
| + ACTION_HOVER_MOVE, |
| + ACTION_BUTTON_PRESS, |
| + ACTION_BUTTON_RELEASE |
| }; |
| enum ToolType { |