Skip to content

Commit

Permalink
Bug 895274 part.269 Rename NS_SIMPLE_GESTURE_EVENT_START to eSimpleGe…
Browse files Browse the repository at this point in the history
…stureEventFirst r=smaug
  • Loading branch information
masayuki-nakano committed Sep 14, 2015
1 parent 8691bde commit 0c077b5
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions widget/EventMessageList.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,23 +271,23 @@ NS_EVENT_MESSAGE(ePaintEventFirst, 3400)
NS_EVENT_MESSAGE(eAfterPaint, ePaintEventFirst)

// Simple gesture events
NS_EVENT_MESSAGE(NS_SIMPLE_GESTURE_EVENT_START, 3500)
NS_EVENT_MESSAGE(eSwipeGestureMayStart, NS_SIMPLE_GESTURE_EVENT_START)
NS_EVENT_MESSAGE(eSwipeGestureStart, NS_SIMPLE_GESTURE_EVENT_START + 1)
NS_EVENT_MESSAGE(eSwipeGestureUpdate, NS_SIMPLE_GESTURE_EVENT_START + 2)
NS_EVENT_MESSAGE(eSwipeGestureEnd, NS_SIMPLE_GESTURE_EVENT_START + 3)
NS_EVENT_MESSAGE(eSwipeGesture, NS_SIMPLE_GESTURE_EVENT_START + 4)
NS_EVENT_MESSAGE(eMagnifyGestureStart, NS_SIMPLE_GESTURE_EVENT_START + 5)
NS_EVENT_MESSAGE(eMagnifyGestureUpdate, NS_SIMPLE_GESTURE_EVENT_START + 6)
NS_EVENT_MESSAGE(eMagnifyGesture, NS_SIMPLE_GESTURE_EVENT_START + 7)
NS_EVENT_MESSAGE(eRotateGestureStart, NS_SIMPLE_GESTURE_EVENT_START + 8)
NS_EVENT_MESSAGE(eRotateGestureUpdate, NS_SIMPLE_GESTURE_EVENT_START + 9)
NS_EVENT_MESSAGE(eRotateGesture, NS_SIMPLE_GESTURE_EVENT_START + 10)
NS_EVENT_MESSAGE(eTapGesture, NS_SIMPLE_GESTURE_EVENT_START + 11)
NS_EVENT_MESSAGE(ePressTapGesture, NS_SIMPLE_GESTURE_EVENT_START + 12)
NS_EVENT_MESSAGE(eEdgeUIStarted, NS_SIMPLE_GESTURE_EVENT_START + 13)
NS_EVENT_MESSAGE(eEdgeUICanceled, NS_SIMPLE_GESTURE_EVENT_START + 14)
NS_EVENT_MESSAGE(eEdgeUICompleted, NS_SIMPLE_GESTURE_EVENT_START + 15)
NS_EVENT_MESSAGE(eSimpleGestureEventFirst, 3500)
NS_EVENT_MESSAGE(eSwipeGestureMayStart, eSimpleGestureEventFirst)
NS_EVENT_MESSAGE(eSwipeGestureStart, eSimpleGestureEventFirst + 1)
NS_EVENT_MESSAGE(eSwipeGestureUpdate, eSimpleGestureEventFirst + 2)
NS_EVENT_MESSAGE(eSwipeGestureEnd, eSimpleGestureEventFirst + 3)
NS_EVENT_MESSAGE(eSwipeGesture, eSimpleGestureEventFirst + 4)
NS_EVENT_MESSAGE(eMagnifyGestureStart, eSimpleGestureEventFirst + 5)
NS_EVENT_MESSAGE(eMagnifyGestureUpdate, eSimpleGestureEventFirst + 6)
NS_EVENT_MESSAGE(eMagnifyGesture, eSimpleGestureEventFirst + 7)
NS_EVENT_MESSAGE(eRotateGestureStart, eSimpleGestureEventFirst + 8)
NS_EVENT_MESSAGE(eRotateGestureUpdate, eSimpleGestureEventFirst + 9)
NS_EVENT_MESSAGE(eRotateGesture, eSimpleGestureEventFirst + 10)
NS_EVENT_MESSAGE(eTapGesture, eSimpleGestureEventFirst + 11)
NS_EVENT_MESSAGE(ePressTapGesture, eSimpleGestureEventFirst + 12)
NS_EVENT_MESSAGE(eEdgeUIStarted, eSimpleGestureEventFirst + 13)
NS_EVENT_MESSAGE(eEdgeUICanceled, eSimpleGestureEventFirst + 14)
NS_EVENT_MESSAGE(eEdgeUICompleted, eSimpleGestureEventFirst + 15)

// These are used to send native events to plugins.
NS_EVENT_MESSAGE(ePluginEventFirst, 3600)
Expand Down

0 comments on commit 0c077b5

Please sign in to comment.