Sync NPAPI scrolling constants between files. b=477126 r/sr=jst

This commit is contained in:
Josh Aas 2009-02-20 16:10:58 -05:00
Родитель 62bf95e767
Коммит 1a93c5bcbe
1 изменённых файлов: 3 добавлений и 4 удалений

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

@ -357,10 +357,9 @@ enum nsPluginEventType {
nsPluginEventType_AdjustCursorEvent,
nsPluginEventType_MenuCommandEvent,
nsPluginEventType_ClippingChangedEvent,
nsPluginEventType_ScrollingBeginsEvent,
nsPluginEventType_ScrollingEndsEvent,
#endif /* XP_MACOSX */
nsPluginEventType_Idle = 0
nsPluginEventType_ScrollingBeginsEvent = 1000,
nsPluginEventType_ScrollingEndsEvent
#endif
};
////////////////////////////////////////////////////////////////////////////////