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 df3bd13fbbf8399ea4c95fa93cc0375bb5b9f9f2..637a9c6eca62aafd0c6e78441d44aa4f8304cad7 100644 |
| --- a/ui/events/gesture_detection/motion_event.h |
| +++ b/ui/events/gesture_detection/motion_event.h |
| @@ -16,12 +16,12 @@ namespace ui { |
| class GESTURE_DETECTION_EXPORT MotionEvent { |
| public: |
| enum Action { |
| - ACTION_POINTER_DOWN, |
| - ACTION_POINTER_UP, |
| ACTION_DOWN, |
|
jdduke (slow)
2014/02/26 20:57:02
This was intentional, but it's purely a cosmetic c
|
| ACTION_UP, |
| + ACTION_MOVE, |
| ACTION_CANCEL, |
| - ACTION_MOVE |
| + ACTION_POINTER_DOWN, |
| + ACTION_POINTER_UP, |
| }; |
| // The implementer promises that |GetPointerId()| will never exceed this. |