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
parent 9110fcd522
commit 61218c204f

View File

@ -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
};
////////////////////////////////////////////////////////////////////////////////