зеркало из https://github.com/mozilla/gecko-dev.git
Sync NPAPI scrolling constants between files. b=477126 r/sr=jst
This commit is contained in:
Родитель
62bf95e767
Коммит
1a93c5bcbe
|
@ -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
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Загрузка…
Ссылка в новой задаче