mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Bug 895274 part.131 Rename NS_PLAYING to ePlaying r=smaug
This commit is contained in:
parent
c45c93b181
commit
644d2a545c
@ -362,7 +362,7 @@ EVENT(play,
|
||||
EventNameType_HTML,
|
||||
eBasicEventClass)
|
||||
EVENT(playing,
|
||||
NS_PLAYING,
|
||||
ePlaying,
|
||||
EventNameType_HTML,
|
||||
eBasicEventClass)
|
||||
EVENT(progress,
|
||||
|
@ -255,7 +255,7 @@ NS_EVENT_MESSAGE(ePause, eMediaEventFirst + 6)
|
||||
NS_EVENT_MESSAGE(eLoadedMetaData, eMediaEventFirst + 7)
|
||||
NS_EVENT_MESSAGE(eLoadedData, eMediaEventFirst + 8)
|
||||
NS_EVENT_MESSAGE(eWaiting, eMediaEventFirst + 9)
|
||||
NS_EVENT_MESSAGE(NS_PLAYING, eMediaEventFirst + 10)
|
||||
NS_EVENT_MESSAGE(ePlaying, eMediaEventFirst + 10)
|
||||
NS_EVENT_MESSAGE(NS_CANPLAY, eMediaEventFirst + 11)
|
||||
NS_EVENT_MESSAGE(NS_CANPLAYTHROUGH, eMediaEventFirst + 12)
|
||||
NS_EVENT_MESSAGE(NS_SEEKING, eMediaEventFirst + 13)
|
||||
|
Loading…
Reference in New Issue
Block a user