changes for cocoa product to build and run and coexist in the tree with carbon. r=cls/sr=hyatt, bug# 111230
git-svn-id: svn://10.0.0.236/trunk@112880 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3841,10 +3841,9 @@ nsCSSFrameConstructor::HasGfxScrollbars()
|
||||
}
|
||||
}
|
||||
|
||||
//return mHasGfxScrollbars;
|
||||
// we no longer support native scrollbars. Except in form elements. So
|
||||
// we always return true
|
||||
return PR_TRUE;
|
||||
// while we don't support native scrollbars for Seamonkey, some embedding
|
||||
// clients demand them (but may still want XUL). Give them that option.
|
||||
return mHasGfxScrollbars;
|
||||
}
|
||||
|
||||
PRBool
|
||||
|
||||
Reference in New Issue
Block a user