mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
4302. left this out of checking. fixing bustage
This commit is contained in:
parent
7a5ee3f753
commit
88ac4fa947
@ -54,6 +54,9 @@ typedef enum {
|
||||
nsScrollPreference_kAlwaysScrollVertical
|
||||
} nsScrollPreference;
|
||||
|
||||
// the percentage of the page that is scrolled on a page up or down
|
||||
#define PAGE_SCROLL_PERCENT 0.9
|
||||
|
||||
// IID for the nsIScrollableView interface
|
||||
#define NS_ISCROLLABLEVIEW_IID \
|
||||
{ 0xc95f1830, 0xc376, 0x11d1, \
|
||||
|
@ -56,8 +56,6 @@ static NS_DEFINE_IID(kWidgetCID, NS_CHILD_CID);
|
||||
static NS_DEFINE_IID(kLookAndFeelCID, NS_LOOKANDFEEL_CID);
|
||||
static NS_DEFINE_IID(kIClipViewIID, NS_ICLIPVIEW_IID);
|
||||
|
||||
// the percentage of the page that is scrolled on a page up or down
|
||||
#define PAGE_SCROLL_PERCENT 0.9
|
||||
|
||||
nsScrollPortView::nsScrollPortView()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user