Bug 895274 part.215 Rename NS_SCROLLPORT_START to eScrollPortEventFirst r=smaug

This commit is contained in:
Masayuki Nakano 2015-09-12 01:19:27 +09:00
Родитель 93a08167ad
Коммит 9e8aa4e31c
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -128,9 +128,9 @@ NS_EVENT_MESSAGE(eLegacyMouseScrollEventFirst, 1600)
NS_EVENT_MESSAGE(eLegacyMouseLineOrPageScroll, eLegacyMouseScrollEventFirst)
NS_EVENT_MESSAGE(eLegacyMousePixelScroll, eLegacyMouseScrollEventFirst + 1)
NS_EVENT_MESSAGE(NS_SCROLLPORT_START, 1700)
NS_EVENT_MESSAGE(eScrollPortUnderflow, NS_SCROLLPORT_START)
NS_EVENT_MESSAGE(eScrollPortOverflow, NS_SCROLLPORT_START + 1)
NS_EVENT_MESSAGE(eScrollPortEventFirst, 1700)
NS_EVENT_MESSAGE(eScrollPortUnderflow, eScrollPortEventFirst)
NS_EVENT_MESSAGE(eScrollPortOverflow, eScrollPortEventFirst + 1)
NS_EVENT_MESSAGE(eLegacyMutationEventFirst, 1800)
NS_EVENT_MESSAGE(eLegacySubtreeModified, eLegacyMutationEventFirst)